Vector64.Zip<T>(Vector64<T>, Vector64<T>) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
generic <typename T>
static ValueTuple<System::Runtime::Intrinsics::Vector64<T>, System::Runtime::Intrinsics::Vector64<T>> Zip(System::Runtime::Intrinsics::Vector64<T> left, System::Runtime::Intrinsics::Vector64<T> right);
public static(System.Runtime.Intrinsics.Vector64<T> Lower, System.Runtime.Intrinsics.Vector64<T> Upper) Zip<T>(System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right);
static member Zip : System.Runtime.Intrinsics.Vector64<'T> * System.Runtime.Intrinsics.Vector64<'T> -> ValueTuple<System.Runtime.Intrinsics.Vector64<'T>, System.Runtime.Intrinsics.Vector64<'T>>
Public Function Zip(Of T) (left As Vector64(Of T), right As Vector64(Of T)) As ValueTuple(Of Vector64(Of T), Vector64(Of T))
Parametri di tipo
- T
Parametri
- left
- Vector64<T>
- right
- Vector64<T>