|
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>()
Public Function ReadToEndAsValues(Of T) As T()
Request Example
View SourceType 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