Atomic<T>.max
Description
Atomically computes the maximum of the stored value and the given value, storing the result and returning the original stored value.
Signature
T Atomic<T>.max( T value, MemoryOrder order) where T : IArithmeticAtomicable;