![]() ![]() |
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.
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.