طريقة System::Threading::Interlocked::Decrement
Interlocked::Decrement(int32_t&) method
ينقص القيمة بشكل ذري.
static int32_t System::Threading::Interlocked::Decrement(int32_t &location)
| Parameter | Type | الوصف |
|---|---|---|
| location | int32_t& | مرجع المتغيّر للإنقاص. |
ReturnValue
قيمة المتغيّر مباشرةً بعد أن تم إنقاصها.
انظر أيضًا
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++
Interlocked::Decrement(int64_t&) method
ينقص القيمة بشكل ذري.
static int64_t System::Threading::Interlocked::Decrement(int64_t &location)
| Parameter | Type | الوصف |
|---|---|---|
| location | int64_t& | مرجع المتغيّر للإنقاص. |
ReturnValue
قيمة المتغيّر مباشرةً بعد أن تم إنقاصها.
انظر أيضًا
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++