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 | Type | Beskrivning |
|---|---|---|
| location | int32_t& | Variabelreferens för att inkrementera. |
ReturnValue
Variabelns värde precis efter att den har inkrementerats.
Se även
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++
Interlocked::Increment(int64_t&) method
Ökar värdet atomärt.
static int64_t System::Threading::Interlocked::Increment(int64_t &location)
| Parameter | Type | Beskrivning |
|---|---|---|
| location | int64_t& | Variabelreferens för att inkrementera. |
ReturnValue
Variabelns värde precis efter att den har inkrementerats.
Se även
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++