Vector256<T>.Addition(Vector256<T>, Vector256<T>) Operator

Definition

Adds two vectors to compute their sum.

C#
public static System.Runtime.Intrinsics.Vector256<T> operator +(System.Runtime.Intrinsics.Vector256<T> left, System.Runtime.Intrinsics.Vector256<T> right);

Parameters

left
Vector256<T>

The vector to add with right.

right
Vector256<T>

The vector to add with left.

Returns

The sum of left and right.

Exceptions

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

Applies to

Product Versions
.NET 7, 8, 9, 10