UIntPtr.IUnaryNegationOperators<UIntPtr,UIntPtr>.CheckedUnaryNegation Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Calcula a negação unária verificada de um 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
O valor para calcular a negação unária.
Devoluções
unativeint
A negação unária de value.