Synopsis
HxImageRep HxLeftShift(HxImageRep im1, HxImageRep im2)
Input
HxImageRep im1
HxImageRep im2
Return value
HxImageRep
Description
The function HxLeftShift shifts the bits of the pixel values of the first input image of the number of places to the left as indicated by the corresponding value in the second input image. For vector images, the each component of a vector is shifted the number of places as indicated by the same component of the corresponding vector value. Only integer (HxShort, HxByte, HxInt ) type images can be used as input images.
Remarks
See also
HxRightShift, HxAnd, HxLeftShiftVal,
Keywords
Binary, Logical,