UIntPtr.IUnaryNegationOperators<UIntPtr,UIntPtr>.CheckedUnaryNegation Operador

Definición

Calcula la negación unaria comprobada de un valor.

 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

Parámetros

value
UIntPtr

unativeint

Valor para el que se va a calcular la negación unaria.

Devoluciones

UIntPtr

unativeint

Negación unaria de value.

Implementaciones

Se aplica a