ShapeSignedToU24

Takes a signed 32 bit integer and returns an unsigned 32 bit integer with the input number in the upper 24 bits.

Syntax

UINT32 ShapeSignedToU24(
         INT32 value
)  

Parameters

value
Type: INT32 

A signed 32 bit integer.

Return value

Type: UINT32 

Ab unsigned 32 bit integer with the input in the upper 24 bits.

Requirements

Header: Declared in shapeeqcompcontext.h.

Library: Use acphal.lib.