Updates the histogram bin count with the given data point.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

Parameters

d
Type: System..::.Double
A data point.

Remarks

Increments the bin into which the given data point falls by one.

See Also