Vector256.Unzip<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>> Unzip(System::Runtime::Intrinsics::Vector256<T> left, System::Runtime::Intrinsics::Vector256<T> right);
public static(System.Runtime.Intrinsics.Vector256<T> Even, System.Runtime.Intrinsics.Vector256<T> Odd) Unzip<T>(System.Runtime.Intrinsics.Vector256<T> left, System.Runtime.Intrinsics.Vector256<T> right);
static member Unzip : System.Runtime.Intrinsics.Vector256<'T> * System.Runtime.Intrinsics.Vector256<'T> -> ValueTuple<System.Runtime.Intrinsics.Vector256<'T>, System.Runtime.Intrinsics.Vector256<'T>>
Public Function Unzip(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>