|
IdxReaderReadVector Method
|
Reads the next sample as a vector.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public Array ReadVector()
Public Function ReadVector As Array
Request Example
View SourceReturn Value
Type:
ArrayA unidimensional array containing the sample.
See Also