Int128.CheckedUnaryNegation(Int128) Operatore

Definizione

Calcola la negazione unaria di un valore.

public:
 static Int128 op_CheckedUnaryNegation(Int128 value) = System::Numerics::IUnaryNegationOperators<Int128, Int128>::op_CheckedUnaryNegation;
public static Int128 op_CheckedUnaryNegation (Int128 value);
static member op_CheckedUnaryNegation : Int128 -> Int128
Public Shared op_CheckedUnaryNegation (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