System::Threading::Interlocked::Add Methode
Interlocked::Add(int32_t&, int32_t) method
Erhöht den Wert atomar.
static int32_t System::Threading::Interlocked::Add(int32_t &location1, int32_t value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| location1 | int32_t& | Variablenreferenz zum Erhöhen. |
| Wert | int32_t | Wert zum Hinzufügen zu location1. |
ReturnValue
Wert der Variablen unmittelbar nach dem Erhöhen.
Siehe auch
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Font for C++
Interlocked::Add(int64_t&, int64_t) method
Erhöht den Wert atomar.
static int64_t System::Threading::Interlocked::Add(int64_t &location1, int64_t value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| location1 | int64_t& | Variablenreferenz zum Erhöhen. |
| Wert | int64_t | Wert zum Hinzufügen zu location1. |
ReturnValue
Wert der Variablen unmittelbar nach dem Erhöhen.
Siehe auch
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Font for C++