Click or drag to resize

histogramModelBin Constructor

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

Namespace:  imbSCI.Core.math.range.histogram
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public histogramModelBin(
	string _lavel,
	double _start,
	double _end,
	int _binPlace
)
Request Example View Source

Parameters

_lavel
Type: SystemString
The lavel.
_start
Type: SystemDouble
The start.
_end
Type: SystemDouble
The end.
_binPlace
Type: SystemInt32
The bin place.
See Also