|
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
)
Public Function Read (
array As Array
) As Integer
Request Example
View SourceParameters
- array
- Type: SystemArray
The array to contain the samples.
Return Value
Type:
Int32How many bytes were read.
See Also