CompareSF32
Compares two signed 32.32-format fractions.
Synopsis
int32 CompareSF32( frac32 *s1, frac32 *s2 )
Description
This function compares two signed 32.32-format fractions. This function is actually the same function as CompareS64()
and CompareSF60()
.
Arguments
- s1, s2 Pointers to signed 32.32 fractions.
Return Value
s1 == s2
Implementation
Folio call implemented in operamath V20.
Associated Files
operamath.h, operamath.lib
See Also
CompareS64
(), CompareU64(), CompareUF32(), CompareUF60(), CompareSF60()