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