CImage:IsInteger


The IsInteger method returns true if the image has an integer data type, including byte, short, ushort, and long. See Data Types.

Syntax

bSuccess = CImage:IsInteger()

where

    bSuccess returns true iIf the image has an integer data type, otherwise false.

Related Topics

Data Type

IsNumeric

IsReal

IsColor

CImage class