Subtract

<< Click to Display Table of Contents >>

Navigation:  Records > TThreadSafeValue > Methods >

Subtract

SIGNATURE=IW.Common.Threads.TThreadSafeValue.Subtract@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public function Subtract(AValue: Integer): Integer;

C++:

public: __fastcall int Subtract(int AValue);

 

Description: This is Subtract, a member of class TThreadSafeValue.