Table of Contents
AuFixedPointIntegralAddend - get the integer
portion of a fixed point value.
#include <audio/audiolib.h>
AuFixedPointIntegralAddend(fp)
AuFixedPoint fp;
- fp
- Specifies the fixed point value.
AuFixedPointIntegralAddend
returns the integral portion of the fixed point value.
AuFixedPointIntegralAddend
is implemented as a macro.
AuFixePointFractionalAddend, AuFixePointFromFraction,
AuFixePointFromSum, AuFixePointRoundDown, AuFixePointRoundUp.
audiolib -
Network Audio System C Language Interface
Table of Contents