> ## 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.

# ShapeSignedToU24

> ShapeSignedToU24

# ShapeSignedToU24

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

## Syntax

```cpp theme={null}
UINT32 ShapeSignedToU24(  
         INT32 value  
)  
```

### Parameters

*value*   \
Type: INT32

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

### Return value

Type: UINT32

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

## Requirements

**Header:** shapeeqcompcontext.h

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

## Remarks

이 함수는 부호 있는 32비트 정수를 부호 없는 32비트 정수로 변환하여 원본 값을 상위 24비트에 배치합니다.

부호 없는 24비트 정수를 부호 있는 32비트 정수로 변환하려면 [ShapeSignedFromU24](/reference/audio/shapeeqcompcontext/functions/shapesignedfromu24)를 사용하세요.

부호 없는 32비트 정수를 부호 없는 24비트 정수로 변환하려면 [ShapeUnsignedToU24](/reference/audio/shapeeqcompcontext/functions/shapeunsignedtou24)를 사용하세요.

## See also

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


## Related topics

- [ShapeSignedFromU24](/ko/reference/audio/shapeeqcompcontext/functions/shapesignedfromu24.md)
- [ShapeUnsignedToU24](/ko/reference/audio/shapeeqcompcontext/functions/shapeunsignedtou24.md)
- [ShapeEqCompContext](/ko/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [ShapeSignedFromU16_8](/ko/reference/audio/shapeeqcompcontext/functions/shapesignedfromu16_8.md)
- [ShapeSignedFromU8_16](/ko/reference/audio/shapeeqcompcontext/functions/shapesignedfromu8_16.md)
