Int32.IConvertible.ToDouble(IFormatProvider) Méthode
Définition
Pour obtenir une description de ce membre, consultez ToDouble(IFormatProvider).For a description of this member, see ToDouble(IFormatProvider).
virtual double System.IConvertible.ToDouble(IFormatProvider ^ provider) = IConvertible::ToDouble;
double IConvertible.ToDouble (IFormatProvider provider);
Function ToDouble (provider As IFormatProvider) As Double Implements IConvertible.ToDouble
Paramètres
- provider
- IFormatProvider
Ce paramètre est ignoré.This parameter is ignored.
Retours
Valeur de l'instance actuelle, convertie en Double.The value of the current instance, converted to a Double.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite.This member is an explicit interface member implementation. Il peut uniquement être utilisé lorsque l'instance de Int32 est castée en interface IConvertible.It can be used only when the Int32 instance is cast to an IConvertible interface. L’alternative recommandée consiste à appeler la méthode Convert.ToDouble(Int32).The recommended alternative is to call the Convert.ToDouble(Int32) method.