Int128.UnaryNegation(Int128) Operatore

Definizione

Calcola la negazione unaria di un valore.

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

Parametri

value
Int128

Valore per il quale calcolare la negazione unaria.

Restituisce

Negazione unaria di value.

Implementazioni

Si applica a