Frac2Fix
Frac2Fix Convert a Fract to a Fixed data type
#include <FixMath.h> Toolbox Utilities
Fract arg ; value to convert
returns arg, expressed as a Fixed data type
Frac2Fix returns its Fract argument, converted into a Fixed data type.
arg is a 32-bit Fract value.
Returns: a 32-bit Fixed value, equivalent to arg to the best precision
possible for the data type.