'Declaration
Overloads Public Operator Narrowing CType( _ ByVal value As BigDecimal _ ) As System.Numerics.BigInteger
public System.Numerics.BigInteger operator explicit( BigDecimal value )
Parameters
- value
- The BigDecimal to cast
Return Value
The BigDecimal represented as a System.Numerics.BigInteger