BigInt.ToDouble Method
Public Function ToDouble( _
ByVal provider As IFormatProvider _
) As Double Implements _
IConvertible.ToDouble
This language is not supported or no code example is available.
public double ToDouble(
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
double ToDouble(
IFormatProvider^ provider
)
This language is not supported or no code example is available.
Parameters
- provider
- IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
doubleA double-precision floating-point number equivalent to the value of this instance.