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

# ShapeUnsignedToU16

> ShapeUnsignedToU16

# ShapeUnsignedToU16

Toma un entero de 32 bits sin signo y devuelve el valor en los 16 bits superiores de un entero de 32 bits sin signo.

## Sintaxis

```cpp theme={null}
UINT32 ShapeUnsignedToU16(  
         UINT32 value  
)  
```

### Parámetros

*value*   \
Tipo: UINT32

Un entero de 32 bits sin signo.

### Valor devuelto

Tipo: UINT32

Un entero de 32 bits sin signo, con el valor de entrada en los 16 bits superiores.

## Comentarios

Esta función devuelve el valor de un entero de 32 bits sin signo en los 16 bits superiores de un entero de 32 bits sin signo.

Para devolver el valor en los 24 bits superiores de un entero de 32 bits sin signo, use [ShapeUnsignedToU24](/reference/audio/shapeeqcompcontext/functions/shapeunsignedtou24).

Para devolver el valor de un entero de 32 bits *con signo* en los 16 bits superiores de un entero de 32 bits sin signo, use [ShapeSignedToHighU16](/reference/audio/shapeeqcompcontext/functions/shapesignedtohighu16).

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

- [ShapeUnsignedToU24](/es/reference/audio/shapeeqcompcontext/functions/shapeunsignedtou24.md)
- [ShapeEqCompContext](/es/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [ShapeSignedToU16](/es/reference/audio/shapeeqcompcontext/functions/shapesignedtou16.md)
- [ShapeSignedFromU16_8](/es/reference/audio/shapeeqcompcontext/functions/shapesignedfromu16_8.md)
- [ShapeSignedToHighU16](/es/reference/audio/shapeeqcompcontext/functions/shapesignedtohighu16.md)
