max( param1, param2 )


Parameters

  Type Description
param1 numeric first value
param2 numeric second value

_result

Set to a numeric value that is the larger of param1 and param2.

Descriptions

Sets _result to the larger of param1 and param2. Negative numbers near to zero are considered larger than negative numbers far from zero. Since max is a command it can not be used in an expression and must appear on a line by itself. After calling max, the _result variable may be used in an expression.

See Also

min, abs, round, truncate, sign