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