Click or drag to resize

histogramModel Constructor (Int32, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the histogramModel class.

Namespace:  imbSCI.Core.math.range.histogram
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public histogramModel(
	int _binCount,
	string _name
)
Request Example View Source

Parameters

_binCount
Type: SystemInt32
The bin count.
_name
Type: SystemString
The name.
See Also