Click or drag to resize

LevMarAdapterGetValidNumericRows Method

Returns the collection of valid numeric rows for the given fit element.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IAscendingIntegerCollection GetValidNumericRows(
	int idxFitElement
)

Parameters

idxFitElement  Int32
Index number of the fit element.

Return Value

IAscendingIntegerCollection
Collection of valid numeric rows for the given fit element.
See Also