HelpPages

Home | Developer | Libraries | MemoryLib | spmath32

spmath32

MemoryLib - spmath32 Functions

numtype atonum (pointer buffer);
xstring ExternValue (numtype value);
xstring InttoBuffer (smallint value, pointer buffer);
xstring LongtoBuffer (long value, pointer buffer);
xstring InttoRightBuff (smallint value, width wid, char fillchar, pointer buffer);
xstring InttoStr (smallint value);
xstring LongtoStr (long value);
pointer numtoa (numtype value, pointer buffer, smallint radix);
xstring StrValue (numtype value);
numtype ValueAdjust (numtype value, smallint valuedecimals, smallint decimals);
numtype ValueDiv (numtype divident, numtype divisor);
numtype ValueNum (xstring value);
numtype ValueIntern (xstring value);
pointer xitoa (int value, pointer buffer, int radix);
pointer xltoa (long value, pointer buffer, int radix);