Click or drag to resize

DataTableToMatrixConverterMatrixGenerator Property

Sets the matrix generator that is used to generate the resulting matrix.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Func<int, int, IMatrix<double>> MatrixGenerator { set; }

Property Value

FuncInt32, Int32, IMatrixDouble
The matrix generator. First argument is the number of rows, 2nd argument the number of columns of the matrix to generate.
Exceptions
ExceptionCondition
ArgumentNullExceptionMatrixGenerator is null.
See Also