Half.UnaryPlus(Half) Operator

Definition

Computes the unary plus of a value.

public:
 static Half operator +(Half value) = System::Numerics::IUnaryPlusOperators<Half, Half>::op_UnaryPlus;
public static Half operator + (Half value);
static member ( ~+ ) : Half -> Half
Public Shared Operator + (value As Half) As Half

Parameters

value
Half

The value for which to compute the unary plus.

Returns

The unary plus of value.

Implements

Applies to