Skip to content

ExtendedNumerics.BigDecimal.op_ImplicitExtendedNumerics.BigDecimal(decimal)

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

BigDecimal.implicit operator BigDecimal(decimal) Operator

Performs an explicit conversion of a System.Decimal value to a BigDecimal value.

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

Parameters

value System.Decimal

Returns

BigDecimal

Clone this wiki locally