Click or drag to resize

HistogramItem Property

Gets the n'th bucket.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Bucket this[
	int n
] { get; }

Parameters

n  Int32
The index of the bucket to be returned.

Return Value

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