MinInt32 Data Member Function

Returns the minimum of the two source values.

Prototype

static int32 MinInt32( int32 a, int32 b )

Parameters

Parameter Type Parameter Name Documentation
int32aThe first value.
int32bThe second value.

Examples

Copy Text To Clipboard

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