> ## 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 位整数。

## 语法

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

### 参数

*u24*   \
类型:UINT32

一个无符号 24 位整数。

### 返回值

类型:INT32

一个有符号 32 位整数。

## 注解

此函数将一个无符号 24 位整数转换为有符号 32 位整数。

若要将有符号 32 位整数转换为无符号 24 位整数,请使用 [ShapeSignedToU24](/reference/audio/shapeeqcompcontext/functions/shapesignedtou24)。

若要将无符号 32 位整数转换为无符号 24 位整数,请使用 [ShapeUnsignedToU24](/reference/audio/shapeeqcompcontext/functions/shapeunsignedtou24)。

## 要求

**头文件:** shapeeqcompcontext.h

**支持的平台:** XBOX One 系列主机和 XBOX Series 主机

## 另请参阅

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


## Related topics

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