ParameterCollectionItem(String) Property
Gets the parameter with the given name.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public Parameter this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Parameter
Get
public:
property Parameter^ default[String^ name] {
Parameter^ get (String^ name);
}
member Item : Parameter with get
- name String
- The name of the parameter.
ParameterThe requested parameter.