\fBName\fP

AuFixedPointFromSum - make a fixed point value

\fBSynopsis\fP

#include <audio/audiolib.h>

AuFixedPoint AuFixedPointFromSum(a, b)

      int a;
      int b;

\fBArguments\fP

a

Specifies the integral value for the fixed point value.

b

Specifies the fractional value for the fixed point value.

\fBDescription\fP

AuFixedPointFromSum constructs a fixed point from the two arguments.

AuFixedPointFromSum is implemented as a macro.

\fBSee Also\fP

AuFixePointFractionalAddend, AuFixePointFromFraction, AuFixePointIntegralAddend, AuFixePointRoundDown, AuFixePointRoundUp.

audiolib - Network Audio System C Language Interface