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

변수가 감소된 직후의 값.

또 보기