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