from Int As Significand
Convert a Int into a BigDecimal, but use supplied value directly as significant.
i.e. 7111 -> 7.111E+0
Return
BigDecimal representing input
Parameters
int
Int value to conver
Convert a Int into a BigDecimal, but use supplied value directly as significant.
i.e. 7111 -> 7.111E+0
BigDecimal representing input
Int value to conver