Vector<T>.UnaryPlus(Vector<T>) Operator

Definition

Returns a given vector unchanged.

public:
 static System::Numerics::Vector<T> operator +(System::Numerics::Vector<T> value);
public static System.Numerics.Vector<T> operator + (System.Numerics.Vector<T> value);
static member ( ~+ ) : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Shared Operator + (value As Vector(Of T)) As Vector(Of T)

Parameters

value
Vector<T>

The vector.

Returns

value

Exceptions

The type of the vector (T) is not supported.

Applies to