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