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)
| Parameter | Type | Açıklama |
|---|---|---|
| location | int32_t& | Azaltılacak değişken referansı. |
ReturnValue
Değişkenin azaltıldıktan hemen sonraki değeri.
Ayrıca Bakınız
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++
Interlocked::Decrement(int64_t&) method
Değeri atomik olarak azaltır.
static int64_t System::Threading::Interlocked::Decrement(int64_t &location)
| Parameter | Type | Açıklama |
|---|---|---|
| location | int64_t& | Azaltılacak değişken referansı. |
ReturnValue
Değişkenin azaltıldıktan hemen sonraki değeri.
Ayrıca Bakınız
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++