System::Threading::Interlocked::Decrement 方法
Interlocked::Decrement(int32_t&) method
原子递减值。
static int32_t System::Threading::Interlocked::Decrement(int32_t &location)
| Parameter | Type | 描述 |
|---|---|---|
| location | int32_t& | 用于递减的变量引用。 |
ReturnValue
变量在递减后立即的值。
另见
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++
Interlocked::Decrement(int64_t&) method
原子递减值。
static int64_t System::Threading::Interlocked::Decrement(int64_t &location)
| Parameter | Type | 描述 |
|---|---|---|
| location | int64_t& | 用于递减的变量引用。 |
ReturnValue
变量在递减后立即的值。
另见
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++