Important: The information in this document is obsolete and should not be used for new development.
WideCompare
You can use theWideComparefunction to compare the magnitudes of two 64-bit numbers.
short WideCompare(const wide *target, const wide *source);
target- A pointer to one of the two
widenumbers to be compared.source- A pointer to the second of the two
widenumbers to be compared.- function result
- 1 if the target number is greater, -1 if the source number is greater, and 0 if the two numbers are equal.