CImage:IsNumeric
The IsNumeric method returns true if the image has a data type that is either integer or real. See Data Types.
bSuccess = CImage:IsNumeric() where |
bSuccessreturns true iIf the image has a single channel and a numeric data type, otherwise false.