StatisticsListItem Property |
Sufficient Statistics indexer.
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public SufficientStatistics this[
int idx
] { get; set; }
Public Default Property Item (
idx As Integer
) As SufficientStatistics
Get
Set
public:
property SufficientStatistics^ default[int idx] {
SufficientStatistics^ get (int idx);
void set (int idx, SufficientStatistics^ value);
}
member Item : SufficientStatistics with get, set
Parameters
- idx
- Type: SystemInt32
Index id.
Return Value
Type:
SufficientStatisticsGets or sets the index based on index id.
See Also