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.

Property Value

Type: Bucket

[Missing <value> documentation for "P:MathNet.Numerics.Statistics.Histogram.Item(System.Int32)"]

Return Value

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