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

Definition

Computes the unary plus of a value.

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

Parameters

value
UInt16

The value for which to compute the unary plus.

Returns

The unary plus of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9