Increments a bin of a histogram whose range contains a value by the specified amount.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub Increment ( _
	value As Double, _
	weight As Double _
)
C#
public void Increment (
	double value,
	double weight
)
C++
public:
void Increment (
	double value, 
	double weight
)

Parameters

value (System.Double)
A number whose containing bin is to be incremented.
weight (System.Double)
The value by which to increment the value of the bin.