CImage:IsNumeric CImage:Object

CImage:IsReal


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

Syntax

bResult = CImage:IsReal()

    If the image has a real data type, this method returns true.

    On failure, or if the image is not a real type, this method returns false.

Related Topics

CImage, Data Type, IsInteger, IsNumeric, IsColor