Vector.Unzip<T>(Vector<T>, Vector<T>) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
public:
generic <typename T>
static ValueTuple<System::Numerics::Vector<T>, System::Numerics::Vector<T>> Unzip(System::Numerics::Vector<T> left, System::Numerics::Vector<T> right);
public static(System.Numerics.Vector<T> Even, System.Numerics.Vector<T> Odd) Unzip<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right);
static member Unzip : System.Numerics.Vector<'T> * System.Numerics.Vector<'T> -> ValueTuple<System.Numerics.Vector<'T>, System.Numerics.Vector<'T>>
Public Function Unzip(Of T) (left As Vector(Of T), right As Vector(Of T)) As ValueTuple(Of Vector(Of T), Vector(Of T))
Parametry typu
- T
Parametry
- left
- Vector<T>
- right
- Vector<T>