CImage:IsInteger CImage:IsReal

CImage:IsNumeric


The IsNumeric method returns true if the image has a data type that is either integer or real. See the Mira Data Types table.

Syntax

bResult = CImage:IsNumeric()

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

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

Related Topics

CImage, Data Type, IsReal, IsInteger, IsColor