Adds a value with the specified weight to the count at the specified index in a thread-safe way.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
protected abstract void ParallelAccumulate(
int index,
double weight,
double value
)
Protected MustOverride Sub ParallelAccumulate (
index As Integer,
weight As Double,
value As Double
)
protected:
virtual void ParallelAccumulate(
int index,
double weight,
double value
) abstract
abstract ParallelAccumulate :
index : int *
weight : float *
value : float -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the cell count to increment. - weight
- Type: SystemDouble
The weight of the value. - value
- Type: SystemDouble
The value to add to the count.
Numerical Libraries
Supported in: 5.x, 4.x
Reference