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

Interlocked::Increment(int32_t&) method

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

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

ReturnValue

चर का मान, वृद्धि के तुरंत बाद।

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

Interlocked::Increment(int64_t&) method

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

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

ReturnValue

चर का मान, वृद्धि के तुरंत बाद।

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