Click or drag to resize

histogramModelBinAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified value.

Namespace:  imbSCI.Core.math.range.histogram
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public bool Add(
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble
The value.

Return Value

Type: Boolean
See Also