Click or drag to resize

ParameterCollectionIndexOf Method

Gets the index of the parameter with the given name.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public int IndexOf(
	string name
)

Parameters

name
Type: SystemString
The name of the parameter.

Return Value

Type: Int32
The index of the parameter, or -1 if no such parameter exists.
See Also