Operators.NegateObject(Object) 方法

定义

表示 Visual Basic 一元负 (-) 运算符。

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

public:
 static System::Object ^ NegateObject(System::Object ^ Operand);
public static object NegateObject (object Operand);
public static object? NegateObject (object? Operand);
static member NegateObject : obj -> obj
Public Shared Function NegateObject (Operand As Object) As Object

参数

Operand
Object

必需。 任何数值表达式。

返回

Operand 的负值。

注解

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

适用于

另请参阅