Operators.ExponentObject(Object, Object) Metoda

Definice

Představuje operátor Visual Basic exponent (^).

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

Left
Object

Required. Libovolný číselný výraz.

Right
Object

Required. Libovolný číselný výraz.

Návraty

Výsledek Left umocněné na mocninu Right.

Atributy

Poznámky

Tato třída podporuje kompilátor jazyka Visual Basic a není určena k použití přímo z vašeho kódu.

Platí pro

Viz také