Adds one 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.16312.0)
protected void ParallelAccumulate(
int index
)
Protected Sub ParallelAccumulate (
index As Integer
)
protected:
void ParallelAccumulate(
int index
)
member ParallelAccumulate :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the cell count to increment.
Numerical Libraries
Supported in: 5.x, 4.x
Reference