fromULong

fun fromULong(uLong: ULong, decimalMode: DecimalMode? = null): BigDecimal

Convert a Long into a BigDecimal.

i.e. 7111 -> 7.111E+3

Return

BigDecimal representing input

Parameters

uLong

Long value to conver


open override fun fromULong(uLong: ULong): BigDecimal

Convert a Long into a BigDecimal, but use supplied value directly as significant.

i.e. 7111 -> 7.111E+0

Return

BigDecimal representing input

Parameters

uLong

Long value to conver