HistogramBinsCollectionItem Property |
Gets the given histogram bin.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public HistogramBin this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As HistogramBin
Get
public:
property HistogramBin default[int index] {
HistogramBin get (int index);
}
member Item : HistogramBin with get
Parameters
- index
- Type: SystemInt32
The bin number.
Return Value
Type:
HistogramBinThe specified bin.
See Also