max
Overloads
| Name | Description |
|---|---|
max(as_integer type) -> integer | Returns the maximum value of a integer |
max(as_bool type) -> bool | Returns the maximum value of a bool |
max(as_real type) -> real | Returns the maximum value of a real |
max(as_integer type) -> integer
Returns the maximum value of a integer
Parameters
- type: A constant corresponding to the type whose maximum is returned.
max(as_bool type) -> bool
Returns the maximum value of a bool
Parameters
- type: A constant corresponding to the type whose maximum is returned.
max(as_real type) -> real
Returns the maximum value of a real
Parameters
- type: A constant corresponding to the type whose maximum is returned.