다음을 통해 공유


VBuffer<T>.Copy(T[], Int32, VBuffer<T>, Int32) 메서드

정의

원본 배열의 섹션에서 지정된 대상으로 복사합니다.

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

적용 대상