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