MaxInt32 Data Member Function

Returns the maximum of the two source values.

Prototype

static int32 MaxInt32( 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.