InterlockedEx ​
Kind: Static class
Namespace: CrowdControl.Common
Public Static Functions
float
Add(float ref location1, float value)
Adds two single-precision floating point numbers and replaces the first value with the sum, as an atomic operation.
double
Add(double ref location1, double value)
Adds two single-precision floating point numbers and replaces the first value with the sum, as an atomic operation.
