共用方式為


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 編譯程式,不適合直接從程式代碼使用。

適用於

另請參閱