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

# ShapeSignedFromU24

> ShapeSignedFromU24

# ShapeSignedFromU24

Toma un entero de 24 bits sin signo y devuelve un entero de 32 bits con signo.

## Sintaxis

```cpp theme={null}
INT32 ShapeSignedFromU24(  
         UINT32 u24  
)  
```

### Parámetros

*u24*   \
Tipo: UINT32

Un entero de 24 bits sin signo.

### Valor devuelto

Tipo: INT32

Un entero de 32 bits con signo.

## Comentarios

Esta función convierte un entero de 24 bits sin signo en un entero de 32 bits con signo.

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

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

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

- [ShapeSignedToU24](/es/reference/audio/shapeeqcompcontext/functions/shapesignedtou24.md)
- [ShapeSignedFromU8_16](/es/reference/audio/shapeeqcompcontext/functions/shapesignedfromu8_16.md)
- [ShapeSignedFromU16_8](/es/reference/audio/shapeeqcompcontext/functions/shapesignedfromu16_8.md)
- [ShapeEqCompContext](/es/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [ShapeUnsignedToU24](/es/reference/audio/shapeeqcompcontext/functions/shapeunsignedtou24.md)
