MinOperator
Type
operator
Summary
Min operator.
Syntax
the minimum of <Left> and <Right>
Description
Min operator.
Parameters
Name | Type | Description |
---|---|---|
Left | An expression that evaluates to a number. | |
Right | An expression that evaluates to a number. |
Value
Name | Type | Description |
---|---|---|
return | The value of Left, if it is less than the value of Right, and the value of Right otherwise. |