IntPtr.IUnaryNegationOperators<IntPtr,IntPtr>.CheckedUnaryNegation Opérateur

Définition

Calcule la négation unaire vérifiée d’une valeur.

 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

Paramètres

value
IntPtr

nativeint

Valeur pour laquelle calculer la négation unaire.

Retours

IntPtr

nativeint

Négation unaire de value.

Implémente

S’applique à