MinOperator

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

Min 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 less than the value of Right, and the value of Right otherwise.

Description

Min operator.

Tagsmath