ParameterCollectionItem Property (Int32) |
Gets the parameter with the given index.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public Parameter this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Parameter
Get
public:
property Parameter^ default[int index] {
Parameter^ get (int index);
}
member Item : Parameter with get
Parameters
- index
- Type: SystemInt32
The index of the parameter.
Return Value
Type:
ParameterThe requested parameter.
See Also