Skip to content

ExtendedNumerics.BigDecimal.op_Explicitfloat(ExtendedNumerics.BigDecimal)

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

BigDecimal.explicit operator float(BigDecimal) Operator

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

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

Parameters

value BigDecimal

Returns

System.Single

Exceptions

System.OverflowException

Clone this wiki locally