Updates the histogram bin counts with the given vector of data points.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public void AddData( DoubleVector data ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddData ( _ data As DoubleVector _ ) |
| Visual C++ |
|---|
public: void AddData( DoubleVector^ data ) |
Parameters
- data
- Type: CenterSpace.NMath.Core..::.DoubleVector
A vector of data points.