Returns the zero-based index of a Parameter in the collection.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function IndexOf ( _
	parameter As Parameter _
) As Integer
C#
public int IndexOf (
	Parameter parameter
)
C++
public:
int IndexOf (
	Parameter^ parameter
)

Parameters

parameter (Extreme.Statistics.Parameter)
The Parameter to locate in the collection.

Return Value

The zero-based index of the position of parameter in the collection.