public class CypherBigDecimal extends CypherNumber
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
asObjectCopy() |
java.math.BigDecimal |
bigDecimalValue() |
double |
doubleValue()
获取double类型的对象值。
|
long |
longValue()
获取long类型的对象值。
|
getMemorySize
public double doubleValue()
CypherNumber
doubleValue
in class CypherNumber
public long longValue()
CypherNumber
longValue
in class CypherNumber
public java.lang.Object asObjectCopy()
asObjectCopy
in class CypherValue
public java.math.BigDecimal bigDecimalValue()