Skip to content

ExtendedNumerics.BigDecimal.op_ImplicitExtendedNumerics.BigDecimal(double)

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

BigDecimal.implicit operator BigDecimal(double) Operator

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

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

Parameters

value System.Double

Returns

BigDecimal

Clone this wiki locally