public class Ufixed extends FixedPointType
| Modifier and Type | Field and Description |
|---|---|
static Ufixed |
DEFAULT |
static java.lang.String |
TYPE_NAME |
MAX_BIT_LENGTH, MAX_BYTE_LENGTH| Modifier | Constructor and Description |
|---|---|
|
Ufixed(java.math.BigInteger value) |
|
Ufixed(java.math.BigInteger m,
java.math.BigInteger n) |
protected |
Ufixed(int mBitSize,
int nBitSize,
java.math.BigInteger value) |
protected |
Ufixed(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 Ufixed DEFAULT
protected Ufixed(int mBitSize,
int nBitSize,
java.math.BigInteger value)
public Ufixed(java.math.BigInteger value)
public Ufixed(java.math.BigInteger m,
java.math.BigInteger n)
protected Ufixed(int mBitSize,
int nBitSize,
java.math.BigInteger m,
java.math.BigInteger n)