LevMarAdapterGetValidNumericRows Method |
Returns the collection of valid numeric rows for the given fit element.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IAscendingIntegerCollection GetValidNumericRows(
int idxFitElement
)
Parameters
- idxFitElement Int32
- Index number of the fit element.
Return Value
IAscendingIntegerCollectionCollection of valid numeric rows for the given fit element.
See Also