CImage:IsReal


The IsReal method returns true if the image has a real data type, including 32 and 64 bit floating point types. See Data Types.

Syntax

bSuccess = CImage:IsReal()

where

    bSuccess returns true iIf the image has an single channel and a real data type, otherwise false.

Related Topics

Data Type

IsInteger

IsNumeric

IsColor

CImage class