System::Threading::Interlocked::Decrement 方法
Interlocked::Decrement(int32_t&) method
原子递减值。
static int32_t System::Threading::Interlocked::Decrement(int32_t &location)
| 参数 | 类型 | 描述 |
|---|---|---|
| location | int32_t& | 要递减的变量引用。 |
ReturnValue
变量在被递减后的值。
另见
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Font for C++
Interlocked::Decrement(int64_t&) method
原子递减值。
static int64_t System::Threading::Interlocked::Decrement(int64_t &location)
| 参数 | 类型 | 描述 |
|---|---|---|
| location | int64_t& | 要递减的变量引用。 |
ReturnValue
变量在被递减后的值。
另见
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Font for C++