VBuffer<T>.Copy(T[], Int32, VBuffer<T>, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Copie de uma seção de uma matriz de origem para o destino determinado.
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)
Parâmetros
- source
- T[]
- sourceIndex
- Int32
- destination
- VBuffer<T>
- length
- Int32