System::Threading::Interlocked::Increment-metod
Interlocked::Increment(int32_t&) method
Ökar värdet atomärt.
static int32_t System::Threading::Interlocked::Increment(int32_t &location)
| Parameter | Typ | Beskrivning |
|---|---|---|
| location | int32_t& | Variabelreferens för att öka. |
ReturnValue
Variabelns värde omedelbart efter att den ökades.
Se även
- Class Interlocked
- Namespace System::Threading
- Library Aspose.PDF for C++
Interlocked::Increment(int64_t&) method
Ökar värdet atomärt.
static int64_t System::Threading::Interlocked::Increment(int64_t &location)
| Parameter | Typ | Beskrivning |
|---|---|---|
| location | int64_t& | Variabelreferens för att öka. |
ReturnValue
Variabelns värde omedelbart efter att den ökades.
Se även
- Class Interlocked
- Namespace System::Threading
- Library Aspose.PDF for C++