Increments the bin at the specified index by the specified amount.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void IncrementAt(
int index,
double weight
)
Public Sub IncrementAt (
index As Integer,
weight As Double
)
public:
void IncrementAt(
int index,
double weight
)
member IncrementAt :
index : int *
weight : float -> unit
Parameters
- index
- Type: SystemInt32
The index of the bin to increment. - weight
- Type: SystemDouble
The amount to increment the bin value by.
Reference