Overflow.Grow, Overflow.Minimize, Overflow.Modulo, Overflow.Saturate, Overflow.ToZero, Overflow.Trap| Modifier and Type | Method and Description |
|---|---|
FixPoint |
quantize(java.math.BigInteger integerValue,
Precision precision)
Return a new FixPoint object based on the given BigInteger
value and Precision constraint.
|
_addOverflow, clone, equals, forName, getName, hashCode, isOutOfRange, isOverflow, isUnderflow, minusInfinity, nameIterator, plusInfinity, quantizeGrow, quantizeMinimum, quantizeModulo, quantizeSaturate, quantizeToZero, toStringpublic FixPoint quantize(java.math.BigInteger integerValue, Precision precision)
Overflow