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

Definition

Returns a given vector unchanged.

C#
public static System.Numerics.Vector<T> operator +(System.Numerics.Vector<T> value);

Parameters

value
Vector<T>

The vector.

Returns

value

Exceptions

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

Applies to

Product Versions
.NET 8, 9, 10