Click or drag to resize

Matrix(Csv, Int32) Constructor

Creates a matrix by importing all columns and rows from a CSV file.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public Matrix(
	Csv csvFile,
	int[] sourceIndexes
)

Parameters

csvFile  Csv
The CSV file.
sourceIndexes  Int32
Indexes from columns in the CSV to be read.
Exceptions
ExceptionCondition
MatrixSizeException If the total number of items is not a multiple of the number of columns.
See Also