Same Data Member Function

Returns true of the left and right handle <float64> values are within float epsilon ( using the FLT_EPSILON preprocessor constant ) of each other.

Prototype

int32 Same( float32 p_dLHS, float32 p_dRHS )

Parameters

Parameter Type Parameter Name Documentation
float32p_dLHSThe left operand. Value is cast to <float32> via C++ static_cast operator.
float32p_dRHSThe right operand. Value is cast to <float32> via C++ static_cast operator.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Simdify Scripting Language code base.