Int64MIConvertibleToDouble Method
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
double IConvertible.ToDouble(
IFormatProvider provider
)
Private Function ToDouble (
provider As IFormatProvider
) As Double Implements IConvertible.ToDouble
private:
virtual double ToDouble(
IFormatProvider^ provider
) sealed = IConvertible::ToDouble
private abstract ToDouble :
provider : IFormatProvider -> float
private override ToDouble :
provider : IFormatProvider -> float
- provider IFormatProvider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
DoubleA double-precision floating-point number equivalent to the value of this instance.
IConvertibleToDouble(IFormatProvider)