System::Threading::Interlocked::Increment 메서드
Interlocked::Increment(int32_t&) method
값을 원자적으로 증가시킵니다.
static int32_t System::Threading::Interlocked::Increment(int32_t &location)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| location | int32_t& | 증가할 변수 참조. |
ReturnValue
변수가 증가된 직후의 값.
또 보기
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++
Interlocked::Increment(int64_t&) method
값을 원자적으로 증가시킵니다.
static int64_t System::Threading::Interlocked::Increment(int64_t &location)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| location | int64_t& | 증가할 변수 참조. |
ReturnValue
변수가 증가된 직후의 값.
또 보기
- Class Interlocked
- Namespace System::Threading
- Library Aspose.Page for C++