Int128.UnaryNegation(Int128) Betreiber

Definition

Berechnet die unäre Negation eines Werts.

public:
 static Int128 operator -(Int128 value) = System::Numerics::IUnaryNegationOperators<Int128, Int128>::op_UnaryNegation;
public static Int128 operator - (Int128 value);
static member ( ~- ) : Int128 -> Int128
Public Shared Operator - (value As Int128) As Int128

Parameter

value
Int128

Der Wert, für den die unäre Negation berechnet werden soll.

Gibt zurück

Die unäre Negation von value.

Implementiert

Gilt für: