HistogramAdd Method (Double) |
Adds a new value to the histogram.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public void Add(
double value
)
Public Sub Add (
value As Double
)
public:
void Add(
double value
)
member Add :
value : float -> unit
Parameters
- value
- Type: SystemDouble
The value to add.
See Also