HBigDecimal Constructor
HBigDecimal(BigInteger, Int32)
Initializes a new instance of the HBigDecimal struct.
Declaration
public HBigDecimal(BigInteger unscaledValue, int scale = 0)
Parameters
BigInteger | unscaledValue | The unscaled component of the number. |
Int32 | scale | The scale component of the number. |
HBigDecimal(Int32)
Initializes a new instance of the HBigDecimal struct.
Declaration
public HBigDecimal(int value)
Parameters
Int32 | value | The value of the number. |
HBigDecimal(Decimal)
Initializes a new instance of the HBigDecimal struct.
Declaration
public HBigDecimal(decimal value)
Parameters
Decimal | value | The value of the number. |