UIntPtr.IUnaryNegationOperators<UIntPtr,UIntPtr>.CheckedUnaryNegation Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the checked unary negation of a value.
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
Parameters
- value
-
UIntPtr
unativeint
The value for which to compute the unary negation.
Returns
UIntPtr
unativeint
The unary negation of value
.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.