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)
| Parametre | Tür | Açıklama |
|---|---|---|
| location | int32_t& | Artırmak için 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.Font for C++
Interlocked::Increment(int64_t&) method
Değeri atomik olarak artırır.
static int64_t System::Threading::Interlocked::Increment(int64_t &location)
| Parametre | Tür | Açıklama |
|---|---|---|
| location | int64_t& | Artırmak için 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.Font for C++