Increments the bin at the specified index by the specified amount.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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.
Numerical Libraries
Supported in: 6.0
Reference