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