Returns true if the <Image> is any floating point format. For example: returns true if an <Image> object of pixel format IPF_FP16x2 or IPF_FP32 are submitted to this function.
int32 IsFloatImage( Image p_oSrc )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Image> | p_oSrc | A pointer to the <Image> object to query. |
None published. Please look for an example in the Simdify Scripting Language code base.