AuFixedPointFromSum - make a fixed point value
Contents
Arguments
a Specifies the integral value for the fixed point value.
b Specifies the fractional value for the fixed point value.
Description
AuFixedPointFromSum constructs a fixed point from the two arguments.
AuFixedPointFromSum is implemented as a macro.
Name
AuFixedPointFromSum - make a fixed point value
See Also
AuFixePointFractionalAddend, AuFixePointFromFraction, AuFixePointIntegralAddend, AuFixePointRoundDown,
AuFixePointRoundUp.
audiolib - NetworkAudioSystem C Language Interface
audiolib - 1.9.4 AuFixedPointFromSum(3)
Synopsis
#include <audio/audiolib.h>
AuFixedPointAuFixedPointFromSum(a, b)
int a;
int b;
