Gets the Parameter at the specified index in the collection.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Item ( _ index As Integer _ ) As Parameter |
| C# |
|---|
public Parameter Item [ int index ] { get; } |
| C++ |
|---|
public: Parameter^ Item { Parameter^ get (int index); } |
Parameters
- index (System.Int32)
- The zero-based index of the parameter.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero or greater than or equal to Count. |