intmax
fi オブジェクトの numerictype で表現可能な正の最大格納整数値
構文
x = intmax(a)
説明
x = intmax(a) は、a の numerictype で表現可能な正の最大格納整数値を返します。
例
a = fi(pi, true, 16, 12); x = intmax(a)
x =
32767
DataTypeMode: Fixed-point: binary point scaling
Signedness: Signed
WordLength: 16
FractionLength: 0バージョン履歴
R2006a より前に導入
参考
eps | intmin | lowerbound | lsb | range | realmax | realmin | stripscaling | upperbound