Corlib.Threading.AtomicUInt64.SetAndReturn C# (CSharp) Method

SetAndReturn() public method

Sets the value
public SetAndReturn ( ulong value ) : ulong
value ulong the new value
return ulong
        public ulong SetAndReturn(ulong value)
        {
            return Calculate (Set (Calculate (value)));
        }