> ## 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](/ko/reference/audio/shapeeqcompcontext/functions/shapesignedtolowu8.md)
- [ShapeEqCompContext](/ko/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [ShapeSignedFromU8_16](/ko/reference/audio/shapeeqcompcontext/functions/shapesignedfromu8_16.md)
- [ShapeSignedToHighU16](/ko/reference/audio/shapeeqcompcontext/functions/shapesignedtohighu16.md)
- [ShapeSignedFromU16_8](/ko/reference/audio/shapeeqcompcontext/functions/shapesignedfromu16_8.md)
