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

# ShapeSignedFromU24

> ShapeSignedFromU24

# ShapeSignedFromU24

부호 없는 24비트 정수를 받아 부호 있는 32비트 정수를 반환합니다.

## Syntax

```cpp theme={null}
INT32 ShapeSignedFromU24(  
         UINT32 u24  
)  
```

### Parameters

*u24*   \
Type: UINT32

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

### Return value

Type: INT32

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

## Remarks

이 함수는 부호 없는 24비트 정수를 부호 있는 32비트 정수로 변환합니다.

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

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

## Requirements

**Header:** shapeeqcompcontext.h

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

## See also

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


## Related topics

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