Atomic<T>.add
Description
Atomically adds the given value to the stored value and returns the original stored value.
Signature
T Atomic<T>.add( T value, MemoryOrder order) where T : IArithmeticAtomicable;
Atomically adds the given value to the stored value and returns the original stored value.
T Atomic<T>.add( T value, MemoryOrder order) where T : IArithmeticAtomicable;