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

# ShapeSignedFromU16_8

> ShapeSignedFromU16_8

# ShapeSignedFromU16\_8

Combina un entero de 16 bits y un entero de 8 bits en un entero de 32 bits.

## Sintaxis

```cpp theme={null}
INT32 ShapeSignedFromU16_8(  
         UINT32 highU16,  
         UINT32 lowU8  
)  
```

### Parámetros

*highU16*   \
Tipo: UINT32

Un entero de 16 bits sin signo.

*lowU8*   \
Tipo: UINT32

Un entero de 8 bits sin signo.

### Valor devuelto

Tipo: INT32

Un entero de 32 bits con signo, con el entero de 16 bits en los bits superiores y el entero de 8 bits en los bits inferiores.

## Comentarios

Esta función coloca el entero de 16 bits especificado en los bits superiores y el entero de 8 bits especificado en los bits inferiores.

Para colocar el entero de 8 bits en los bits superiores y el entero de 16 bits en los bits inferiores, use [ShapeSignedFromU8\_16](/reference/audio/shapeeqcompcontext/functions/shapesignedfromu8_16).

Para convertir un entero de 24 bits sin signo en un entero de 32 bits con signo, use [ShapeSignedFromU24](/reference/audio/shapeeqcompcontext/functions/shapesignedfromu24).

## Requisitos

**Encabezado:** shapeeqcompcontext.h

**Plataformas compatibles:** consolas de la familia XBOX One y consolas XBOX Series

## Consulte también

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


## Related topics

- [ShapeSignedFromU8_16](/es/reference/audio/shapeeqcompcontext/functions/shapesignedfromu8_16.md)
- [ShapeEqCompContext](/es/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [ShapeSignedToU16](/es/reference/audio/shapeeqcompcontext/functions/shapesignedtou16.md)
- [ShapeSignedToHighU16](/es/reference/audio/shapeeqcompcontext/functions/shapesignedtohighu16.md)
- [ShapeSignedToLowU16](/es/reference/audio/shapeeqcompcontext/functions/shapesignedtolowu16.md)
