HistogramAdd Method (Double, Int32) |
Increments a histogram bin corredponding to value by the specified amount.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public void Add(
double value,
int weight
)
Public Sub Add (
value As Double,
weight As Integer
)
public:
void Add(
double value,
int weight
)
member Add :
value : float *
weight : int -> unit
Parameters
- value
- Type: SystemDouble
Value to determine a bin to increment - weight
- Type: SystemInt32
Amount to increase a bin to.
See Also