max2()
Returns the larger value of two numeric values, or NULL if parameters are invalid
Syntax
y = max2(x, y)
Arguments
| Name | Description | Range | Type | Required |
|---|---|---|---|---|
| x | number | (-∞, ∞) | integer, real, complex | yes |
| y | number | (-∞, ∞) | integer, real, complex | yes |
Examples
a = max2(1.5, -1.5)
returns 1.500
Defined in
Built in
See Also
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()