Click or drag to resize
Accord.NET (logo)

CsvReaderToJaggedT Method

Reads the entire stream into a jagged matrix.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public T[][] ToJagged<T>()
Request Example View Source

Type Parameters

T

Return Value

Type: T
See Also