UInt128.CheckedUnaryNegation(UInt128) Operatore

Definizione

Calcola la negazione unaria di un valore.

public:
 static UInt128 op_CheckedUnaryNegation(UInt128 value) = System::Numerics::IUnaryNegationOperators<UInt128, UInt128>::op_CheckedUnaryNegation;
public static UInt128 op_CheckedUnaryNegation (UInt128 value);
static member op_CheckedUnaryNegation : UInt128 -> UInt128
Public Shared op_CheckedUnaryNegation (value As UInt128) As UInt128

Parametri

value
UInt128

Valore per il quale calcolare la negazione unaria.

Restituisce

Negazione unaria di value.

Implementazioni

Si applica a