System::Threading::Interlocked::Decrement मेथड

Interlocked::Decrement(int32_t&) method

मान को एटॉमिक रूप से घटाता है।

static int32_t System::Threading::Interlocked::Decrement(int32_t &location)
पैरामीटरप्रकारविवरण
locationint32_t&घटाने के लिए चर संदर्भ।

ReturnValue

चर का मान, घटाने के तुरंत बाद।

संबंधित देखें

Interlocked::Decrement(int64_t&) method

मान को एटॉमिक रूप से घटाता है।

static int64_t System::Threading::Interlocked::Decrement(int64_t &location)
पैरामीटरप्रकारविवरण
locationint64_t&घटाने के लिए चर संदर्भ।

ReturnValue

चर का मान, घटाने के तुरंत बाद।

संबंधित देखें