ObjectType.PowObj(Object, Object) 方法

定义

执行指数 (^) 运算。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static System::Object ^ PowObj(System::Object ^ obj1, System::Object ^ obj2);
public static object PowObj (object? obj1, object? obj2);
public static object PowObj (object obj1, object obj2);
static member PowObj : obj * obj -> obj
Public Shared Function PowObj (obj1 As Object, obj2 As Object) As Object

参数

obj1
Object

必需。 任何数值表达式。

obj2
Object

必需。 任何数值表达式。

返回

obj1obj2 次幂的计算结果。

注解

此类支持 Visual Basic 编译器,不应直接从代码中使用。

适用于

另请参阅