Click or drag to resize

DataTableToMatrixConverterResultingMatrix Property

Gets the resulting matrix. The resulting matrix is available only after calling Execute.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IMatrix<double> ResultingMatrix { get; }

Property Value

IMatrixDouble
The resulting matrix.
Exceptions
ExceptionCondition
InvalidOperationExceptionResulting matrix is not known yet. Please call Execute first.
See Also