public final class CypherBigInt extends CypherNumber
Modifier and Type | Method and Description |
---|---|
java.lang.Byte |
asObjectCopy() |
java.math.BigInteger |
bigIntValue() |
double |
doubleValue()
获取double类型的对象值。
|
long |
longValue()
获取long类型的对象值。
|
byte |
value() |
getMemorySize
public byte value()
public long longValue()
CypherNumber
longValue
in class CypherNumber
public double doubleValue()
CypherNumber
doubleValue
in class CypherNumber
public java.math.BigInteger bigIntValue()
public java.lang.Byte asObjectCopy()
asObjectCopy
in class CypherValue