DataTableToMatrixConverterMatrixGenerator Property |
Sets the matrix generator that is used to generate the resulting matrix.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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 See Also