The constructors of Java.Math.BigDecimal are listed below. For a list of all members, see the BigDecimal Members list.
See Also: Inherited members from Java.Lang.Number
Constructs a new BigDecimal instance from the given big integer val. | ||
BigDecimal(char[]) | Constructs a new BigDecimal instance from a string representation given as a character array. | |
Constructs a new BigDecimal instance from the 64bit double val. | ||
Constructs a new BigDecimal instance from the given int val. | ||
Constructs a new BigDecimal instance from the given long val. | ||
Constructs a new BigDecimal instance from a string representation. | ||
Constructs a new BigDecimal instance from the given big integer val. | ||
Constructs a new BigDecimal instance from a given unscaled value unscaledVal and a given scale. | ||
Constructs a new BigDecimal instance from a string representation given as a character array. | ||
Constructs a new BigDecimal instance from the 64bit double val. | ||
Constructs a new BigDecimal instance from the given int val. | ||
Constructs a new BigDecimal instance from the given long val. | ||
Constructs a new BigDecimal instance from a string representation. | ||
Constructs a new BigDecimal instance from a given unscaled value unscaledVal and a given scale. | ||
Constructs a new BigDecimal instance from a string representation given as a character array. | ||
Constructs a new BigDecimal instance from a string representation given as a character array. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |