Click or drag to resize
Accord.NET (logo)

UnipenReaderReadToEnd Method

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

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public Tuple<double[][][], string[]> ReadToEnd()
Request Example View Source

Return Value

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