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