NumberConstructor.Invoke(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit l'objet spécifié en nombre.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
double Invoke(System::Object ^ arg);
public double Invoke (object arg);
override this.Invoke : obj -> double
Public Function Invoke (arg As Object) As Double
Paramètres
- arg
- Object
Objet à convertir.
Retours
arg exprimé en tant que nombre, si possible.