Click or drag to resize
Accord.NET (logo)

HistogramAdd Method (Int32)

Adds a value to each histogram bin.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Histogram Add(
	int value
)
Request Example View Source

Parameters

value
Type: SystemInt32
The value to be added.

Return Value

Type: Histogram
A new Histogram containing the result of this operation.
See Also