public class Ufixed extends FixedPointType
| 限定符和类型 | 字段和说明 |
|---|---|
static Ufixed |
DEFAULT |
static java.lang.String |
TYPE_NAME |
MAX_BIT_LENGTH, MAX_BYTE_LENGTH| 限定符 | 构造器和说明 |
|---|---|
|
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, getBitSize, getTypeAsString, getValue, hashCode, setBitSizebytes32PaddedLengthpublic 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)