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