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