IntPtr.IUnaryNegationOperators<IntPtr,IntPtr>.CheckedUnaryNegation Operator

Definitie

Berekent de gecontroleerde unaire negatie van een waarde.

 static IntPtr System.Numerics.IUnaryNegationOperators<nint,nint>.op_CheckedUnaryNegation(IntPtr value) = System::Numerics::IUnaryNegationOperators<IntPtr, IntPtr>::op_CheckedUnaryNegation;
static IntPtr IUnaryNegationOperators<IntPtr,IntPtr>.op_CheckedUnaryNegation(IntPtr value);
static member System.Numerics.IUnaryNegationOperators<nint,nint>.op_CheckedUnaryNegation : nativeint -> nativeint
 Shared op_CheckedUnaryNegation (value As IntPtr) As IntPtr Implements IUnaryNegationOperators(Of IntPtr, IntPtr).op_CheckedUnaryNegation

Parameters

value
IntPtr

nativeint

De waarde waarvoor de unaire negatie moet worden berekend.

Retouren

IntPtr

nativeint

De unaire negatie van value.

Implementeringen

Van toepassing op