Click or drag to resize
HistogramItem Property
Gets the n'th bucket.

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public Bucket this[
	int n
] { get; }

Parameters

n
Type: SystemInt32
The index of the bucket to be returned.

Return Value

Type: Bucket
A copy of the n'th bucket.
See Also