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