Explicit Operator
Explicit(HBigDecimal to Decimal)
Implements the HBigDecimal to Decimal conversion.
Declaration
public static explicit operator decimal (HBigDecimal value)
Parameters
HBigDecimal | value |
Returns
Decimal |
Exceptions
OverflowException | The |
Explicit(Decimal to HBigDecimal)
Implements the Decimal to HBigDecimal conversion.
Declaration
public static explicit operator HBigDecimal(decimal value)
Parameters
Decimal | value |
Returns
HBigDecimal |