You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
InterlockedOperations.Initialize Method (Single, Single, Single)
Initialize the value referenced by target in a thread-safe manner. The value is changed to initializedValue only if the current value is uninitializedValue.
Namespace:CodeJam.Threading Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
Type: Single The new value referenced by target. Note that this is nearly always more useful than the usual return from CompareExchange(Single, Single, Single) because it saves another read to target.