VBuffer<T>.Copy(T[], Int32, VBuffer<T>, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ソース配列のセクションから指定されたコピー先にコピーします。
public static void Copy (T[] source, int sourceIndex, ref Microsoft.ML.Data.VBuffer<T> destination, int length);
static member Copy : 'T[] * int * VBuffer * int -> unit
Public Shared Sub Copy (source As T(), sourceIndex As Integer, ByRef destination As VBuffer(Of T), length As Integer)
パラメーター
- source
- T[]
- sourceIndex
- Int32
- destination
- VBuffer<T>
- length
- Int32