Skip to main content

max

Overloads

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