Skip to content

ExtendedNumerics.BigDecimal.op_Explicitdecimal(ExtendedNumerics.BigDecimal)

Adam White edited this page Oct 7, 2024 · 1 revision

BigDecimal.explicit operator decimal(BigDecimal) Operator

Converts value to an System.Decimal if possible, otherwise throws System.OverflowException .

public static decimal explicit operator decimal(ExtendedNumerics.BigDecimal value);

Parameters

value BigDecimal

Returns

System.Decimal

Exceptions

System.OverflowException

Clone this wiki locally