System::Threading::Interlocked::Increment yöntemi
Interlocked::Increment(int32_t&) method
Değeri atomik olarak artırır.
static int32_t System::Threading::Interlocked::Increment(int32_t &location)
| Parameter | Type | Açıklama |
|---|---|---|
| location | int32_t& | Artırılacak değişken referansı. |
ReturnValue
Değişkenin artırıldıktan hemen sonraki değeri.
Ayrıca Bakınız
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++
Interlocked::Increment(int64_t&) method
Değeri atomik olarak artırır.
static int64_t System::Threading::Interlocked::Increment(int64_t &location)
| Parameter | Type | Açıklama |
|---|---|---|
| location | int64_t& | Artırılacak değişken referansı. |
ReturnValue
Değişkenin artırıldıktan hemen sonraki değeri.
Ayrıca Bakınız
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++