LargerThan Data Member Function

Returns true if the range is larger than the specified value. Note that this should only be used for matrices storing whole numbers, or cases where sub-decimal precision is not required.

Prototype

int32 LargerThan( uint64 val )

Parameters

Parameter Type Parameter Name Documentation
uint64valThe value that specifies the range.

Examples

Copy Text To Clipboard

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