Click or drag to resize

histogramModelItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the histogramModelBin with the specified key.

Namespace:  imbSCI.Core.math.range.histogram
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public histogramModelBin this[
	int key
] { get; }
Request Example View Source

Parameters

key
Type: SystemInt32
The key.

Property Value

Type: histogramModelBin
The histogramModelBin.

Return Value

Type: histogramModelBin
See Also