CImage:IsNumeric


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

Syntax

bSuccess = CImage:IsNumeric()

where

    bSuccessreturns true iIf the image has a single channel and a numeric data type, otherwise false.

Related Topics

Data Type

IsReal

IsInteger

IsColor

CImage class