UInt128.CheckedUnaryNegation(UInt128) Operator

Definitie

Berekent de unaire negatie van een waarde.

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

Parameters

value
UInt128

De waarde waarvoor de unaire negatie moet worden berekend.

Retouren

De unaire negatie van value.

Implementeringen

Van toepassing op