|   | 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
Syntaxpublic Tuple<double[][][], string[]> ReadToEnd()
Public Function ReadToEnd As Tuple(Of Double()()(), String())
Return Value
Type: 
TupleDouble, 
String
              An array containing all samples from the current point until the end of the stream.
            
 See Also
See Also