ShapeSignedFromU16_8

Takes a 16 bit and an 8 bit number and returns a 32 bit integer combining the two.

Syntax

INT32 ShapeSignedFromU16_8(
         UINT32 highU16,
         UINT32 lowU8
)  

Parameters

highU16
Type: UINT32 

An unsigned 16 bit integer.

lowU8
Type: UINT32 

An unsigned 8 bit integer.

Return value

Type: INT32 

A signed 32 bit integer, with the 16 bit integer in the upper bits, and the 8 bit integer in the lower bits.

Requirements

Header: Declared in shapeeqcompcontext.h.

Library: Use acphal.lib.