|
InterlockedExIncrement Method
|
Increments a specified variable and stores the result, as an atomic operation.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public static double Increment(
ref double location1
)
Public Shared Function Increment (
ByRef location1 As Double
) As Double
Request Example
View SourceParameters
- location1
- Type: SystemDouble
The variable to be incremented.
Return Value
Type:
DoubleThe updated value of the variable.
See Also