MaxOperator

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the maximum of <Left> and <Right>
Associationscom.livecode.math
Summary

Max operator.

Parameters
NameTypeDescription
Left

An expression that evaluates to a number.

Right

An expression that evaluates to a number.

Values
NameTypeDescription
return

The value of Left, if it is greater than the value of Right, and the value of Right otherwise.

Description

Max operator.

Tagsmath