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

Definition

Computes the unary plus of a value.

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

Parameters

value
Single

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