VBuffer<T>.CopyToDense(VBuffer<T>) Method

Definition

Copy from this buffer to the given destination, forcing a dense representation.

public void CopyToDense (ref Microsoft.ML.Data.VBuffer<T> destination);
member this.CopyToDense : VBuffer -> unit
Public Sub CopyToDense (ByRef destination As VBuffer(Of T))

Parameters

destination
VBuffer<T>

The destination buffer. After the copy, this will have Length of Length.

Applies to