Click or drag to resize

FitEnsembleIndexOf Method

Determines the index of a specific item in the IListT.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int IndexOf(
	FitElement item
)

Parameters

item  FitElement
The object to locate in the IListT.

Return Value

Int32
The index of item if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)
See Also