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
static memberInitialize:target :float byref * value : float -> float
Parameters
target
Type: System.Double Reference to the target location.
value
Type: System.Double The value to use if the target is equal to default(double).
Return Value
Type: Double The new value referenced by target. Note that this is nearly always more useful than the usual return from CompareExchange(Double, Double, Double) because it saves another read to target.