IsSame Data Member Function

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 ).

Prototype

int32 IsSame( double p_dLHS, double p_dRHS )

Parameters

Parameter Type Parameter Name Documentation
doublep_dLHSThe left operand.
doublep_dRHSThe right operand.

Examples

Copy Text To Clipboard

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