Click or drag to resize
Accord.NET (logo)

CsvWriterWriteT Method (T)

Writes the specified matrix in CSV format.

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

Parameters

table
Type: T
The table to be written.

Type Parameters

T
The matrix data type.
See Also