Returns true of the left and right handle <float64> values are within float epsilon ( using the FLT_EPSILON preprocessor constant ) of each other.
int32 Same( float64 p_dLHS, float64 p_dRHS )
Parameter Type | Parameter Name | Documentation |
---|---|---|
float64 | p_dLHS | The left operand. Value is cast to <float32> via C++ static_cast operator. |
float64 | p_dRHS | The right operand. Value is cast to <float32> via C++ static_cast operator. |
None published. Please look for an example in the Simdify Scripting Language code base.