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.Page 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.Page for C++