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