IntPtr.IUnaryNegationOperators<IntPtr,IntPtr>.CheckedUnaryNegation Operátor

Definice

Vypočítá zkontrolované unární negace hodnoty.

 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

Parametry

value
IntPtr

nativeint

Hodnota, pro kterou se má vypočítat unární negace.

Návraty

IntPtr

nativeint

Unární negace .value

Implementuje

Platí pro