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