Click or drag to resize

Matrix(Csv) 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
)

Parameters

csvFile  Csv
The CSV file.
Exceptions
ExceptionCondition
MatrixSizeException If the total number of items is not a multiple of the number of columns.
See Also