debian man page for aufixedpointfromfraction

Query: aufixedpointfromfraction

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

AuFixedPointFromFraction(3)				     Library Functions Manual				       AuFixedPointFromFraction(3)

Name
       AuFixedPointFromFraction - make a fixed point value.

Synopsis
       #include <audio/audiolib.h>

       AuFixedPoint AuFixedPointFromFraction(nnn, ddd)
	     int nnn;
	     int ddd;

Arguments
       nnn	 Specifies the numerator.

       ddd	 Specifies the denominator.

Description
       AuFixedPointFromFraction constructs a fixed point value by dividing nnn by ddd.

       AuFixedPointFromFraction is implemented as a macro.

See Also
       AuFixePointFractionalAddend, AuFixePointFromSum, AuFixePointIntegralAddend, AuFixePointRoundDown, AuFixePointRoundUp.

       audiolib - Network Audio System C Language Interface

audiolib							       1.9.3					       AuFixedPointFromFraction(3)
Related Man Pages
aucreatebucket(3) - debian
aumakeelementimportdevice(3) - debian
ausoundplay(3) - debian
ausoundrecordtodata(3) - debian
auwriteelement(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph