public final class BigDecimalUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
toBigDecimal(Double doubleValue) |
static BigDecimal |
toBigDecimal(Double doubleValue,
MathContext mathContext) |
static BigDecimal |
toBigDecimal(Float floatValue) |
static BigDecimal |
toBigDecimal(Float floatValue,
MathContext mathContext) |
static BigDecimal |
toBigDecimal(Integer intValue) |
static BigDecimal |
toBigDecimal(Integer intValue,
MathContext mathContext) |
static BigDecimal |
toBigDecimal(Long longValue) |
static BigDecimal |
toBigDecimal(Long longValue,
MathContext mathContext) |
public static BigDecimal toBigDecimal(Integer intValue)
public static BigDecimal toBigDecimal(Integer intValue, MathContext mathContext)
public static BigDecimal toBigDecimal(Long longValue)
public static BigDecimal toBigDecimal(Long longValue, MathContext mathContext)
public static BigDecimal toBigDecimal(Float floatValue)
public static BigDecimal toBigDecimal(Float floatValue, MathContext mathContext)
public static BigDecimal toBigDecimal(Double doubleValue)
public static BigDecimal toBigDecimal(Double doubleValue, MathContext mathContext)
Copyright © 2020. All rights reserved.