| Home | How To | Online Documentation | Support | Download | Order |
|
|
unsigned char val[SA_NUMERIC_MANTISSA_SIZE]; RemarksA number stored as SA_NUMERIC_MANTISSA_SIZE-byte scaled integer, with the least-significant byte on the left. SA_NUMERIC_MANTISSA_SIZE constant now defined as 32. For example, the base 10 number 123.4567 is
scaled to an integer 1234567, which is 12D687 in hexadecimal. The
value stored in the SA_NUMERIC_MANTISSA_SIZE-byte integer is See alsoProblems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
||||||||||||||||||