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