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

Definition

Computes the unary plus of a value.

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

Parameters

value
Int16

The value for which to compute the unary plus.

Returns

The unary plus of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10