public class Fixed extends FixedPointType
| 限定符和类型 | 字段和说明 |
|---|---|
static Fixed |
DEFAULT |
static String |
TYPE_NAME |
MAX_BIT_LENGTH, MAX_BYTE_LENGTH| 限定符 | 构造器和说明 |
|---|---|
|
Fixed(BigInteger value) |
|
Fixed(BigInteger m,
BigInteger n) |
protected |
Fixed(int mBitSize,
int nBitSize,
BigInteger value) |
protected |
Fixed(int mBitSize,
int nBitSize,
BigInteger m,
BigInteger n) |
getBitSizeequals, getTypeAsString, getValue, hashCodebytes32PaddedLengthpublic static final Fixed DEFAULT
protected Fixed(int mBitSize,
int nBitSize,
BigInteger value)
public Fixed(BigInteger value)
public Fixed(BigInteger m, BigInteger n)
protected Fixed(int mBitSize,
int nBitSize,
BigInteger m,
BigInteger n)
Copyright © 2025. All rights reserved.