UInt32.IUnaryPlusOperators<UInt32,UInt32>.UnaryPlus(UInt32) Operator

Definition

Computes the unary plus of a value.

C#
static uint IUnaryPlusOperators<uint,uint>.operator +(uint value);

Parameters

value
UInt32

The value for which to compute the unary plus.

Returns

The unary plus of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9