AtomicCmpExchange(Integer,Integer,Integer) Method
Represents method AtomicCmpExchange(Integer,Integer,Integer)
.
function AtomicCmpExchange(var target: Integer; newValue, comparand: Integer): Integer; overload;
Parameters
- target
- Type: Integer
- newValue
- Type: Integer
- comparand
- Type: Integer
Return Value
Type: Integer