Click or drag to resize
Accord.NET (logo)

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>()
Request Example View Source

Type Parameters

T
The data type to be used.

Return Value

Type: T
A unidimensional array containing the sample.
See Also