| Constructor and Description |
|---|
VncBigDecimal(java.math.BigDecimal v) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VncVal o) |
VncBigDecimal |
copy() |
VncBigDecimal |
dec() |
boolean |
equals(java.lang.Object obj) |
java.math.BigDecimal |
getValue() |
VncConstant |
gt(VncVal other) |
VncConstant |
gte(VncVal other) |
int |
hashCode() |
VncBigDecimal |
inc() |
VncConstant |
lt(VncVal other) |
VncConstant |
lte(VncVal other) |
static VncBigDecimal |
toDecimal(VncDouble val) |
static VncBigDecimal |
toDecimal(VncLong val) |
VncDouble |
toDouble() |
VncLong |
toLong() |
static java.math.RoundingMode |
toRoundingMode(VncString val) |
java.lang.String |
toString() |
getMeta, getMetaVal, getMetaVal, isList, setMeta, setMetaVal, toStringpublic VncBigDecimal copy()
public java.math.BigDecimal getValue()
public VncBigDecimal inc()
public VncBigDecimal dec()
public VncConstant lt(VncVal other)
public VncConstant lte(VncVal other)
public VncConstant gt(VncVal other)
public VncConstant gte(VncVal other)
public VncLong toLong()
public VncDouble toDouble()
public static VncBigDecimal toDecimal(VncLong val)
public static VncBigDecimal toDecimal(VncDouble val)
public static java.math.RoundingMode toRoundingMode(VncString val)
public int compareTo(VncVal o)
public java.lang.String toString()
toString in class java.lang.Object