final class BigIntegerConversion extends Object
BigInteger.| Modifier and Type | Method and Description |
|---|---|
static long |
bigIntegerToUnscaled(ScaleMetrics scaleMetrics,
BigInteger value)
Converts the specified big integer value to an unscaled decimal value.
|
public static final long bigIntegerToUnscaled(ScaleMetrics scaleMetrics, BigInteger value)
scaleMetrics - the scale metrics of the result valuevalue - the big integer value to convertScaleMetricsIllegalArgumentException - if the value is outside of the valid Decimal range