Click or drag to resize

DataTableToMatrixConverterFillMatrix Method

Creates the resulting matrix and fills it with values.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void FillMatrix()
Exceptions
ExceptionCondition
InvalidOperationExceptionThe matrix generator worked not as expected. Either the generated matrix is null, or the dimensions of the returned matrix deviate from the provided dimensions.
See Also