Atomically sets this float to the specified updated value if the current value equals the specified expected value. @param expect the expected value. @param update the updated value. @return true, if successfully set; false, if the current value was not equal to the expected value.
(float expect, float update)