All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static Decimal |
add(Decimal v1,
Decimal v2,
int precision,
int scale) |
static Decimal |
castFrom(BinaryString string,
int precision,
int scale) |
static Decimal |
castFrom(Decimal dec,
int precision,
int scale) |
static Decimal |
castFrom(double val,
int p,
int s) |
static Decimal |
castFrom(long val,
int p,
int s) |
static Decimal |
castFrom(String string,
int precision,
int scale) |
static boolean |
castToBoolean(Decimal dec) |
static Decimal |
castToDecimal(Decimal dec,
int precision,
int scale) |
static long |
castToIntegral(Decimal dec) |
static double |
doubleValue(Decimal decimal) |
static Decimal |
subtract(Decimal v1,
Decimal v2,
int precision,
int scale) |