DataTableToMatrixConverterResultingMatrix Property |
Gets the resulting matrix. The resulting matrix is available only after calling
Execute.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IMatrix<double> ResultingMatrix { get; }
Property Value
IMatrixDouble
The resulting matrix.
Exceptions See Also