Skip to main content

lowest

Overloads

NameDescription
lowest(as_real type) -> realReturns the lowest value of a real
lowest(as_integer type) -> integerReturns the lowest value of a integer
lowest(as_bool type) -> boolReturns 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.