System::Threading::Interlocked::Add yöntemi
Interlocked::Add(int32_t&, int32_t) method
Değeri atomik olarak artırır.
static int32_t System::Threading::Interlocked::Add(int32_t &location1, int32_t value)
| Parametre | Tür | Açıklama |
|---|---|---|
| location1 | int32_t& | Artırmak için değişken referansı. |
| değer | int32_t | location1’e eklenecek değer. |
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::Add(int64_t&, int64_t) method
Değeri atomik olarak artırır.
static int64_t System::Threading::Interlocked::Add(int64_t &location1, int64_t value)
| Parametre | Tür | Açıklama |
|---|---|---|
| location1 | int64_t& | Artırmak için değişken referansı. |
| değer | int64_t | location1’e eklenecek değer. |
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++