Click or drag to resize

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; }

Parameters

index
Type: SystemInt32
The bin number.

Return Value

Type: HistogramBin
The specified bin.
See Also