Category:
Mathematical
Returns the larger of two numbers.
Syntax
max(
x Numeric,
y Numeric
): Numeric
Parameters
x is the first number.
y is the second number.
Return value
Type: Numeric.
Examples of using
max(15.2, 16)
Category:
Mathematical
Returns the larger of two numbers.
max(
x Numeric,
y Numeric
): Numeric
x is the first number.
y is the second number.
Type: Numeric.
max(15.2, 16)