BD

val Int.BD: BigDecimal

Returns the value of this Int number as a BigDecimal.

Since

1.1.0


val Long.BD: BigDecimal

Returns the value of this Long number as a BigDecimal.

Since

1.1.0


val Float.BD: BigDecimal

Returns the value of this Float number as a BigDecimal.

Since

1.1.0


val Double.BD: BigDecimal

Returns the value of this Double number as a BigDecimal.

Since

1.1.0


Returns the value of this BigInteger number as a BigDecimal.

Since

1.1.0