CImage:IsInteger
The IsInteger method returns true if the image has an integer data type, including byte, short, ushort, and long. See Data Types.
bSuccess = CImage:IsInteger() where |
bSuccess returns true iIf the image has an integer data type, otherwise false.