UIntPtr.IUnaryNegationOperators<UIntPtr,UIntPtr>.CheckedUnaryNegation Operator

Definition

Computes the checked unary negation of a value.

C#
static UIntPtr IUnaryNegationOperators<UIntPtr,UIntPtr>.op_CheckedUnaryNegation(UIntPtr value);

Parameters

value
UIntPtr

The value for which to compute the unary negation.

Returns

UIntPtr

The unary negation of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9