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

Definition

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

public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector64<T> Add(System::Runtime::Intrinsics::Vector64<T> left, System::Runtime::Intrinsics::Vector64<T> right);
public:
generic <typename T>
 where T : value class static System::Runtime::Intrinsics::Vector64<T> Add(System::Runtime::Intrinsics::Vector64<T> left, System::Runtime::Intrinsics::Vector64<T> right);
public static System.Runtime.Intrinsics.Vector64<T> Add<T>(System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right);
public static System.Runtime.Intrinsics.Vector64<T> Add<T>(System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right) where T : struct;
static member Add : System.Runtime.Intrinsics.Vector64<'T> * System.Runtime.Intrinsics.Vector64<'T> -> System.Runtime.Intrinsics.Vector64<'T>
static member Add : System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> * System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> (requires 'T : struct)
Public Function Add(Of T) (left As Vector64(Of T), right As Vector64(Of T)) As Vector64(Of T)
Public Function Add(Of T As Structure) (left As Vector64(Of T), right As Vector64(Of T)) As Vector64(Of T)

Typparametrar

T

Typ av element i vektorn.

Parametrar

left
Vector64<T>

Vektorn som ska läggas till med right.

right
Vector64<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