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

Definition

Returns a given vector unchanged.

C#
public static System.Runtime.Intrinsics.Vector128<T> operator +(System.Runtime.Intrinsics.Vector128<T> value);

Parameters

value
Vector128<T>

The vector.

Returns

value

Exceptions

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

Applies to

Produto Versões
.NET 7, 8, 9, 10