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