|
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()
Public Function ReadToEnd As Tuple(Of Double()()(), String())
Request Example
View SourceReturn Value
Type:
TupleDouble,
String
An array containing all samples from the current point until the end of the stream.
See Also