Vector128.Unzip<T>(Vector128<T>, Vector128<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
generic <typename T>
static ValueTuple<System::Runtime::Intrinsics::Vector128<T>, System::Runtime::Intrinsics::Vector128<T>> Unzip(System::Runtime::Intrinsics::Vector128<T> left, System::Runtime::Intrinsics::Vector128<T> right);
public static(System.Runtime.Intrinsics.Vector128<T> Even, System.Runtime.Intrinsics.Vector128<T> Odd) Unzip<T>(System.Runtime.Intrinsics.Vector128<T> left, System.Runtime.Intrinsics.Vector128<T> right);
static member Unzip : System.Runtime.Intrinsics.Vector128<'T> * System.Runtime.Intrinsics.Vector128<'T> -> ValueTuple<System.Runtime.Intrinsics.Vector128<'T>, System.Runtime.Intrinsics.Vector128<'T>>
Public Function Unzip(Of T) (left As Vector128(Of T), right As Vector128(Of T)) As ValueTuple(Of Vector128(Of T), Vector128(Of T))
Type Parameters
- T
Parameters
- left
- Vector128<T>
- right
- Vector128<T>