|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.math.Overflow
ptolemy.math.Overflow.Minimize
public static class Overflow.Minimize
The minimize overflow strategy.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ptolemy.math.Overflow |
---|
Overflow.Grow, Overflow.Minimize, Overflow.Modulo, Overflow.Saturate, Overflow.ToZero, Overflow.Trap |
Field Summary |
---|
Fields inherited from class ptolemy.math.Overflow |
---|
CLIP, GENERAL, GROW, MINIMIZE, MODULO, SATURATE, THROW, TO_ZERO, TRAP, WRAP |
Constructor Summary | |
---|---|
private |
Overflow.Minimize()
|
Method Summary | |
---|---|
FixPoint |
quantize(java.math.BigInteger integerValue,
Precision precision)
Return a new FixPoint object based on the given BigInteger value and Precision constraint. |
Methods inherited from class ptolemy.math.Overflow |
---|
_addOverflow, clone, equals, forName, getName, hashCode, isOutOfRange, isOverflow, isUnderflow, minusInfinity, nameIterator, plusInfinity, quantizeGrow, quantizeMinimum, quantizeModulo, quantizeSaturate, quantizeToZero, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
private Overflow.Minimize()
Method Detail |
---|
public FixPoint quantize(java.math.BigInteger integerValue, Precision precision)
Overflow
quantize
in class Overflow
integerValue
- The unbounded integer value.precision
- The Precision constraint of the quantization.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |