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
)
Public Function IndexOf (
name As String
) As Integer
public:
int IndexOf(
String^ name
)
member IndexOf :
name : string -> int
Parameters
- name
- Type: SystemString
The name of the parameter.
Return Value
Type:
Int32The index of the parameter, or -1 if no such parameter exists.
See Also