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

# ShapeSignedToLowU8

> ShapeSignedToLowU8

# ShapeSignedToLowU8

接收一个有符号 32 位整数,并将其值放置在无符号 32 位整数的低 8 位中返回。

## 语法

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

### 参数

*value*   \
类型:INT32

一个有符号 32 位整数。

### 返回值

类型:UINT32

一个无符号 32 位整数,输入值位于其低 8 位中。

## 注解

此函数将有符号 32 位整数转换为无符号 32 位整数,原始值位于低 8 位中。

若要将原始值放置于低 16 位中,请使用 [ShapeSignedToLowU16](/reference/audio/shapeeqcompcontext/functions/shapesignedtolowu16)。

若要将原始值放置于 *高* 8 位中,请使用 [ShapeSignedToHighU8](/reference/audio/shapeeqcompcontext/functions/shapesignedtohighu8)。

## 要求

**头文件:** shapeeqcompcontext.h

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

## 另请参阅

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


## Related topics

- [ShapeSignedToHighU8](/zh-CN/reference/audio/shapeeqcompcontext/functions/shapesignedtohighu8.md)
- [ShapeEqCompContext](/zh-CN/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [ShapeSignedFromU8_16](/zh-CN/reference/audio/shapeeqcompcontext/functions/shapesignedfromu8_16.md)
- [ShapeSignedToLowU16](/zh-CN/reference/audio/shapeeqcompcontext/functions/shapesignedtolowu16.md)
- [ShapeSignedFromU16_8](/zh-CN/reference/audio/shapeeqcompcontext/functions/shapesignedfromu16_8.md)
