LargerThan Data Member Function

Returns true if the range is larger than the specified value.

Prototype

int32 LargerThan( double p_dRange )

Parameters

Parameter Type Parameter Name Documentation
doublep_dRangeA <float64> representing the range ceiling. (Note: this value is specified as a <float64> because <int32> does not have sufficient range to store its own maximum possible range.)

Examples

Copy Text To Clipboard

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