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

Definice

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

 static UIntPtr System.Numerics.IUnaryNegationOperators<nuint,nuint>.op_CheckedUnaryNegation(UIntPtr value) = System::Numerics::IUnaryNegationOperators<UIntPtr, UIntPtr>::op_CheckedUnaryNegation;
static UIntPtr IUnaryNegationOperators<UIntPtr,UIntPtr>.op_CheckedUnaryNegation (UIntPtr value);
static member System.Numerics.IUnaryNegationOperators<nuint,nuint>.op_CheckedUnaryNegation : unativeint -> unativeint
 Shared op_CheckedUnaryNegation (value As UIntPtr) As UIntPtr Implements IUnaryNegationOperators(Of UIntPtr, UIntPtr).op_CheckedUnaryNegation

Parametry

value
UIntPtr

unativeint

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

Návraty

UIntPtr

unativeint

Unární negace argumentu value.

Implementuje

Platí pro