SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎Value‎ > ‎

value.Max


Platform Objects


Description

Calculates the maximum of up to three values. 


Syntax


Function Max (val1, val2, val3*)


Parameters


val1 (input) - first value
val2 (input) - second value
val3 (input) - third value (optional)


Return value


the maximum value



See also

Platform Objects and Methods
value.Len
value.Min
Value Object