intmin
Minimum value of an integer type.
Syntax
Section titled “Syntax”b = intminb = intmin(type)Description
Section titled “Description”Returns the smallest representable value for the integer type type (string like 'int32', 'int64'). Without argument, returns intmin('int32').
Example
Section titled “Example”intmin('int8') % -128