Vector256.Zip<T>(Vector256<T>, Vector256<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::Vector256<T>, System::Runtime::Intrinsics::Vector256<T>> Zip(System::Runtime::Intrinsics::Vector256<T> left, System::Runtime::Intrinsics::Vector256<T> right);
public static(System.Runtime.Intrinsics.Vector256<T> Lower, System.Runtime.Intrinsics.Vector256<T> Upper) Zip<T>(System.Runtime.Intrinsics.Vector256<T> left, System.Runtime.Intrinsics.Vector256<T> right);
static member Zip : System.Runtime.Intrinsics.Vector256<'T> * System.Runtime.Intrinsics.Vector256<'T> -> ValueTuple<System.Runtime.Intrinsics.Vector256<'T>, System.Runtime.Intrinsics.Vector256<'T>>
Public Function Zip(Of T) (left As Vector256(Of T), right As Vector256(Of T)) As ValueTuple(Of Vector256(Of T), Vector256(Of T))
Parametri di tipo
- T
Parametri
- left
- Vector256<T>
- right
- Vector256<T>