public class Fixed extends FixedPointType
| Modifier and Type | Field and Description |
|---|---|
static Fixed |
DEFAULT |
static java.lang.String |
TYPE_NAME |
MAX_BIT_LENGTH, MAX_BYTE_LENGTH| Modifier | Constructor and Description |
|---|---|
|
Fixed(java.math.BigInteger value) |
|
Fixed(java.math.BigInteger m,
java.math.BigInteger n) |
protected |
Fixed(int mBitSize,
int nBitSize,
java.math.BigInteger value) |
protected |
Fixed(int mBitSize,
int nBitSize,
java.math.BigInteger m,
java.math.BigInteger n) |
equals, getTypeAsString, getValue, hashCodepublic static final java.lang.String TYPE_NAME
public static final Fixed DEFAULT
protected Fixed(int mBitSize,
int nBitSize,
java.math.BigInteger value)
public Fixed(java.math.BigInteger value)
public Fixed(java.math.BigInteger m,
java.math.BigInteger n)
protected Fixed(int mBitSize,
int nBitSize,
java.math.BigInteger m,
java.math.BigInteger n)