Click or drag to resize
Accord.NET (logo)

IdxReaderReadToEndAsValuesT Method

Reads all samples in the file, starting from the current position, as vectors.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public T[] ReadToEndAsValues<T>()
Request Example View Source

Type Parameters

T
The data type to be used.

Return Value

Type: T
An array containing all samples from the current point until the end of the stream.
See Also