Vector128.Zip<T>(Vector128<T>, Vector128<T>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
generic <typename T>
static ValueTuple<System::Runtime::Intrinsics::Vector128<T>, System::Runtime::Intrinsics::Vector128<T>> Zip(System::Runtime::Intrinsics::Vector128<T> left, System::Runtime::Intrinsics::Vector128<T> right);
public static(System.Runtime.Intrinsics.Vector128<T> Lower, System.Runtime.Intrinsics.Vector128<T> Upper) Zip<T>(System.Runtime.Intrinsics.Vector128<T> left, System.Runtime.Intrinsics.Vector128<T> right);
static member Zip : System.Runtime.Intrinsics.Vector128<'T> * System.Runtime.Intrinsics.Vector128<'T> -> ValueTuple<System.Runtime.Intrinsics.Vector128<'T>, System.Runtime.Intrinsics.Vector128<'T>>
Public Function Zip(Of T) (left As Vector128(Of T), right As Vector128(Of T)) As ValueTuple(Of Vector128(Of T), Vector128(Of T))
型パラメーター
- T
パラメーター
- left
- Vector128<T>
- right
- Vector128<T>