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

# ShapeSignedToHighU8

> ShapeSignedToHighU8

# ShapeSignedToHighU8

符号付き 32 ビット整数を受け取り、その値を符号なし 32 ビット整数の上位 8 ビットに格納して返します。

## Syntax

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

### Parameters

*value*   \
Type: INT32

符号付き 32 ビット整数。

### Return value

Type: UINT32

符号なし 32 ビット整数。

## Remarks

この関数は、符号付き 32 ビット整数を符号なし 32 ビット整数に変換し、元の値を上位 8 ビットに配置します。

元の値を上位 16 ビットに配置するには、[ShapeSignedToHighU16](/reference/audio/shapeeqcompcontext/functions/shapesignedtohighu16) を使用します。

元の値を*下位* 8 ビットに配置するには、[ShapeSignedToLowU8](/reference/audio/shapeeqcompcontext/functions/shapesignedtolowu8) を使用します。

## Requirements

**Header:** shapeeqcompcontext.h

**Supported platforms:** XBOX One ファミリー本体および XBOX Series 本体

## See also

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


## Related topics

- [ShapeSignedToLowU8](/ja-jp/reference/audio/shapeeqcompcontext/functions/shapesignedtolowu8.md)
- [ShapeEqCompContext](/ja-jp/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [ShapeSignedFromU8_16](/ja-jp/reference/audio/shapeeqcompcontext/functions/shapesignedfromu8_16.md)
- [ShapeSignedToHighU16](/ja-jp/reference/audio/shapeeqcompcontext/functions/shapesignedtohighu16.md)
- [ShapeSignedFromU16_8](/ja-jp/reference/audio/shapeeqcompcontext/functions/shapesignedfromu16_8.md)
