Main Content

intmin

Smallest stored integer value representable by numerictype of fi object

Syntax

x = intmin(a)

Description

x = intmin(a) returns the smallest stored integer value representable by the numerictype of a.

Examples

a = fi(pi, true, 16, 12);
x = intmin(a)
x = 

      -32768

          DataTypeMode: Fixed-point: binary point scaling
            Signedness: Signed
            WordLength: 16
        FractionLength: 0

Version History

Introduced before R2006a