Click or drag to resize
Accord.NET (logo)

IdxReaderRead Method

Reads the next sample into the given array.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public int Read(
	Array array
)
Request Example View Source

Parameters

array
Type: SystemArray
The array to contain the samples.

Return Value

Type: Int32
How many bytes were read.
See Also