> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ShapeUnsignedToU24

> ShapeUnsignedToU24

# ShapeUnsignedToU24

부호 없는 32비트 정수를 받아 그 값을 부호 없는 32비트 정수의 상위 24비트에 넣어 반환합니다.

## Syntax

```cpp theme={null}
UINT32 ShapeUnsignedToU24(  
         UINT32 value  
)  
```

### Parameters

*value*   \
Type: UINT32

부호 없는 32비트 정수입니다.

### Return value

Type: UINT32

입력 값이 상위 24비트에 배치된 부호 없는 32비트 정수입니다.

## Remarks

이 함수는 부호 없는 32비트 정수의 값을 부호 없는 32비트 정수의 상위 24비트에 담아 반환합니다.

값을 부호 없는 32비트 정수의 상위 16비트에 배치하려면 [ShapeUnsignedToU16](/reference/audio/shapeeqcompcontext/functions/shapeunsignedtou16)을 사용하세요.

*부호 있는* 32비트 정수의 값을 부호 없는 32비트 정수의 상위 24비트에 배치하려면 [ShapeSignedToU24](/reference/audio/shapeeqcompcontext/functions/shapesignedtou24)를 사용하세요.

## Requirements

**Header:** shapeeqcompcontext.h

**Supported platforms:** XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## See also

[ShapeEqCompContext](/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members)


## Related topics

- [ShapeSignedFromU24](/ko/reference/audio/shapeeqcompcontext/functions/shapesignedfromu24.md)
- [ShapeSignedToU24](/ko/reference/audio/shapeeqcompcontext/functions/shapesignedtou24.md)
- [ShapeUnsignedToU16](/ko/reference/audio/shapeeqcompcontext/functions/shapeunsignedtou16.md)
- [ShapeEqCompContext](/ko/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [ShapeSignedFromU8_16](/ko/reference/audio/shapeeqcompcontext/functions/shapesignedfromu8_16.md)
