Vector512.Add<T>(Vector512<T>, Vector512<T>) Metod

Definition

Lägger till två vektorer för att beräkna summan.

public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector512<T> Add(System::Runtime::Intrinsics::Vector512<T> left, System::Runtime::Intrinsics::Vector512<T> right);
public static System.Runtime.Intrinsics.Vector512<T> Add<T>(System.Runtime.Intrinsics.Vector512<T> left, System.Runtime.Intrinsics.Vector512<T> right);
static member Add : System.Runtime.Intrinsics.Vector512<'T> * System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<'T>
Public Function Add(Of T) (left As Vector512(Of T), right As Vector512(Of T)) As Vector512(Of T)

Typparametrar

T

Typ av element i vektorn.

Parametrar

left
Vector512<T>

Vektorn som ska läggas till med right.

right
Vector512<T>

Vektorn som ska läggas till med left.

Returer

Summan av left och right.

Undantag

Typen av left och right (T) stöds inte.

Gäller för