Function: max

Syntax

max (<num1>,<num2>{,<num3> ... })

Type

numeric

Returns

The maximum from a set of numerical values.

Parameters

Examples

numeric val = max(x,y)
val = max(v1,v2,v3,v4)

See Also

Functions:

min (numeric)