MaxOperator
Type
operator
Summary
Max operator.
Syntax
the maximum of <Left> and <Right>
Description
Max 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 greater than the value of Right, and the value of Right otherwise. |