CompareUF60
Compares two unsigned 4.60-format fractions.
Synopsis
int32 CompareUF60( ufrac60 *s1, ufrac60 *s2 )
Description
This function compares two unsigned 4.60-format fractions. This function is actually the same function as CompareU64()
and CompareUF32()
.
Arguments
- s1, s2 Pointers to unsigned 4.60 fractions.
Return Value
- The function returns 1 if s1 > s2, zero if s1 == s2, or -1 if s1 < s2.
-
Implementation
Folio call implemented in operamath V20.
Associated Files
operamath.h, operamath.lib
See Also
CompareS64
(), CompareSF32(), CompareU64(), CompareUF32(), CompareSF60()