> ## 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  
)  
```

### パラメーター

*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](/ja-jp/reference/audio/shapeeqcompcontext/functions/shapesignedtou24.md)
- [ShapeSignedFromU8_16](/ja-jp/reference/audio/shapeeqcompcontext/functions/shapesignedfromu8_16.md)
- [ShapeSignedFromU16_8](/ja-jp/reference/audio/shapeeqcompcontext/functions/shapesignedfromu16_8.md)
- [ShapeEqCompContext](/ja-jp/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [ShapeUnsignedToU24](/ja-jp/reference/audio/shapeeqcompcontext/functions/shapeunsignedtou24.md)
