Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
AuFixedPointFromSum(3)	   Library Functions Manual	AuFixedPointFromSum(3)

Name
       AuFixedPointFromSum - make a fixed point	value

Synopsis
       #include	<audio/audiolib.h>

       AuFixedPoint AuFixedPointFromSum(a, b)
	     int a;
	     int b;

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.

See Also
       AuFixePointFractionalAddend,  AuFixePointFromFraction, AuFixePointInte-
       gralAddend, AuFixePointRoundDown, AuFixePointRoundUp.

       audiolib	- Network Audio	System C Language Interface

audiolib -			     1.9.4		AuFixedPointFromSum(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=AuFixedPointFromSum&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help