Returns true of the left and right handle <float64> values are within double epsilon of each other ( using the DBL_EPSILON preprocessor constant for the comparison ).
int32 IsSame( float64 p_dLHS, float64 p_dRHS )
Parameter Type | Parameter Name | Documentation |
---|---|---|
float64 | p_dLHS | The left operand. |
float64 | p_dRHS | The right operand. |
None published. Please look for an example in the Simdify Scripting Language code base.