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