VBuffer<T>.CopyToDense(VBuffer<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.