|
<< Click to Display Table of Contents >> Navigation: Classes > TIWInterlocked > Methods > Increment64 |
SIGNATURE=IW.Common.Interlocked.TIWInterlocked.Increment64@Int64@Int64
ETYPE=Method
Declaration:
Delphi: |
public class function Increment64(var Target: Int64; Value: Int64): Int64; overload; static; |
C++: |
public: static __fastcall __int64 Increment64(__int64 Target, __int64 Value); |
Description: Increments (increases by Value) the value of the specified 64-bit variable as an atomic operation Returns the resulting incremented value (Result := Target + Value)