public class UnsizedFixToken extends FixToken
FixToken
_unitCategoryExponents
Constructor and Description |
---|
UnsizedFixToken()
Construct a fixed-point token.
|
UnsizedFixToken(FixPoint value)
Construct an UnsizedFixToken with the supplied FixPoint value.
|
Modifier and Type | Method and Description |
---|---|
Type |
getType()
Return the type of this token.
|
_absolute, _add, _bitwiseAnd, _bitwiseNot, _bitwiseOr, _bitwiseXor, _divide, _divide, _isCloseTo, _isLessThan, _modulo, _multiply, _quantize, _subtract, convert, convertToDouble, equals, fixValue, hashCode, one, print, quantize, toString, zero
_addCategoryExponents, _areUnitsEqual, _copyOfCategoryExponents, _isEqualTo, _isUnitless, _subtractCategoryExponents, absolute, add, addReverse, bitwiseAnd, bitwiseNot, bitwiseOr, bitwiseXor, byteValue, complexValue, divide, divideReverse, doubleValue, floatValue, intValue, inUnitsOf, isCloseTo, isEqualTo, isGreaterThan, isLessThan, isLessThan, leftShift, logicalRightShift, longValue, modulo, moduloReverse, multiply, multiplyReverse, rightShift, setUnitCategory, shortValue, subtract, subtractReverse, unitsString
isCloseTo, isNil, notSupportedConversionMessage, notSupportedIncomparableConversionMessage, notSupportedIncomparableMessage, notSupportedMessage, notSupportedNullNilStringMessage, pow, zeroReturnType
public UnsizedFixToken()
FixPoint.FixPoint(int)
constructor, so the precision and quantization are what ever
is defined for that constructorpublic UnsizedFixToken(FixPoint value)
value
- A FixPoint value.