All Databases
Inside Mac - Basic Toolbox
Fix2X
Fix2Frac
Fix2Long
Long2Fix
Frac2Fix
X2Fix
Frac2X
X2Frac
Fix2X
Convert a Fixed to an Extended data type
#include <
FixMath.h
>
Toolbox Utilities
double
Fix2X
(
arg
);
Fixed
arg
; value to convert
returns
arg
, expressed as a
double
data type
Fix2X
returns its
Fixed
argument, converted into an
Extended
data type.
arg
is a 32-bit
Fixed
value.
Returns
: a 64-bit
double
value, equivalent to
arg
.
Referenced by (3):
Toolbox Utilities (Inside Mac - Index)
Fixed Math (MacTech Vol 09-1993)
Fixed-Point Math Speed (MacTech Vol 13-1997)