UIntPtr.IUnaryNegationOperators<UIntPtr,UIntPtr>.UnaryNegation 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 de um valor.
static UIntPtr System.Numerics.IUnaryNegationOperators<nuint,nuint>.operator -(UIntPtr value) = System::Numerics::IUnaryNegationOperators<UIntPtr, UIntPtr>::op_UnaryNegation;
static UIntPtr IUnaryNegationOperators<UIntPtr,UIntPtr>.operator -(UIntPtr value);
static member ( ~- ) : unativeint -> unativeint
Shared Operator - (value As UIntPtr) As UIntPtr Implements IUnaryNegationOperators(Of UIntPtr, UIntPtr).op_UnaryNegation
Parâmetros
- value
-
UIntPtr
unativeint
O valor para calcular a negação unária.
Devoluções
unativeint
A negação unária de value.