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