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