Click or drag to resize

HistogramAdd Method (Double, Int32)

Increments a histogram bin corredponding to value by the specified amount.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void Add(
	double value,
	int weight
)

Parameters

value
Type: SystemDouble
Value to determine a bin to increment
weight
Type: SystemInt32
Amount to increase a bin to.
See Also