VBuffer<T>.Copy(T[], Int32, VBuffer<T>, Int32) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kaynak dizinin bir bölümünden verilen hedefe kopyalayın.
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)
Parametreler
- source
- T[]
- sourceIndex
- Int32
- destination
- VBuffer<T>
- length
- Int32