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