|
IdxReaderReadVectorT Method
|
Reads the next sample as a vector.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public T[] ReadVector<T>()
Public Function ReadVector(Of T) As T()
Request Example
View SourceType Parameters
- T
- The data type to be used.
Return Value
Type:
TA unidimensional array containing the sample.
See Also