Updates the histogram bin count with the given data point.
Namespace:
CenterSpace.NMath.CoreAssembly: 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.