HBigDecimal Constructor
HBigDecimal(BigInteger, int)
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. |
int | scale | The scale component of the number. |
HBigDecimal(int)
Initializes a new instance of the HBigDecimal struct.
Declaration
public HBigDecimal(int value)
Parameters
int | 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. |