VBuffer<T>.Copy(T[], Int32, VBuffer<T>, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copiez à partir d’une section d’un tableau source vers la destination donnée.
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)
Paramètres
- source
- T[]
- sourceIndex
- Int32
- destination
- VBuffer<T>
- length
- Int32