Synopsis
HxImageRep HxLeftShiftVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxLeftShiftVal shifts the bits of the pixel values of the input image of the number of places to the left as indicated by the input value. For vector images and vector values of the same dimensionality, each component of a vector is shifted the number of places as indicated by the corresponding component of the value vector. Only integer (HxShort, HxByte, HxInt ) type images and values can be used.
Remarks
See also
HxRightShiftVal, HxAndVal, HxLeftShift,
Keywords
Binary value, Logical,