UInt32.IUnaryNegationOperators<UInt32,UInt32>.UnaryNegation Operator

Definition

Computes the unary negation of a value.

C#
static uint IUnaryNegationOperators<uint,uint>.operator -(uint value);

Parameters

value
UInt32

The value for which to compute the unary negation.

Returns

The unary negation of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9