Increments a bin of a histogram whose range contains a value by 1.

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

Syntax

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

Parameters

value (System.Double)
A number whose containing bin is to be incremented.

Remarks

To increment by a weight other than one, provide the weight as the second parameter.