Skip to content

ExtendedNumerics.BigDecimal.op_Explicituint(ExtendedNumerics.BigDecimal)

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

BigDecimal.explicit operator uint(BigDecimal) Operator

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

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

Parameters

value BigDecimal

Returns

System.UInt32

Exceptions

System.OverflowException

Clone this wiki locally