Operators.NegateObject(Object) Metodo

Definizione

Rappresenta l'operatore Visual Basic meno unario (-).

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

Operand
Object

Obbligatorio. Qualsiasi espressione numerica.

Valori restituiti

Valore negativo di Operand.

Attributi

Commenti

Questa classe supporta il compilatore Visual Basic e non deve essere usata direttamente dal codice.

Si applica a

Vedi anche