Main Content
intmin
Smallest value of specific integer type
Description
v = intmin
returns the smallest value of the 32-bit signed integer
type.
v = intmin(
returns the smallest value of
the specified integer type. When you convert a value that is smaller than
type
)intmin(type)
into the integer type type
, the value
becomes intmin(type)
.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced before R2006a