All Databases
Inside Mac - Basic Toolbox
Frac2X
Fix2Frac
Fix2Long
Long2Fix
Frac2Fix
Fix2X
X2Fix
X2Frac
Frac2X
Convert a Fract to an Extended data type
#include <
FixMath.h
>
Toolbox Utilities
double
Frac2X
(
arg
);
Fract
arg
; value to convert
returns
arg
, expressed as a
double
data type
Frac2X
returns its
Fract
argument, converted into an
Extended
data type.
arg
is a 32-bit
Fract
value.
Returns
: a 64-bit
double
value, equivalent to
arg
to the best precision
possible for the data type.
Referenced by (1):
Toolbox Utilities (Inside Mac - Index)