Operators.ExponentObject(Object, Object) Méthode

Définition

Représente l’opérateur d’exposant (^) Visual Basic.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 static System::Object ^ ExponentObject(System::Object ^ Left, System::Object ^ Right);
public static object ExponentObject(object Left, object Right);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")]
public static object? ExponentObject(object? Left, object? Right);
public static object? ExponentObject(object? Left, object? Right);
static member ExponentObject : obj * obj -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")>]
static member ExponentObject : obj * obj -> obj
Public Shared Function ExponentObject (Left As Object, Right As Object) As Object

Paramètres

Left
Object

Obligatoire. Toute expression numérique.

Right
Object

Obligatoire. Toute expression numérique.

Retours

Résultat de l’élevé Left au pouvoir de Right.

Attributs

Remarques

Cette classe prend en charge le compilateur Visual Basic et n’est pas destinée à être utilisée directement à partir de votre code.

S’applique à

Voir aussi