> ## 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 ビットに格納して返します。

上位 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](/ja-jp/reference/audio/shapeeqcompcontext/functions/shapesignedfromu24.md)
- [ShapeSignedToU24](/ja-jp/reference/audio/shapeeqcompcontext/functions/shapesignedtou24.md)
- [ShapeUnsignedToU16](/ja-jp/reference/audio/shapeeqcompcontext/functions/shapeunsignedtou16.md)
- [ShapeEqCompContext](/ja-jp/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [SHAPE_FILTVOL_CONTEXT](/ja-jp/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context.md)
