CImage:IsInteger
The IsInteger method returns true if the image has an integer data type, including byte, short, ushort, and long. See the Mira Data Types table.
bResult = CImage:IsInteger() |
If the image has an integer data type, this method returns true.
On failure, or if the image is not an integer type, this method returns false.