| HistogramItem Property |
Gets the n'th bucket.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public Bucket this[
int n
] { get; }
Parameters
- n
- Type: SystemInt32
The index of the bucket to be returned.
Return Value
Type:
BucketA copy of the
n'th bucket.
See Also