ctdbCurrencyCmp
Compare two CTCURRENCY type values.
Declaration
NINT ctdbCurrencyCmp(CTCURRENCY left, CTCURRENCY right)
Description
ctdbCurrencyCmp() compares two CTCURRENCY values.
Returns
ctdbCurrencyCmp() returns a negative value if left < right, positive value if left > right, and zero if left == right
See also
ctdbCurrencyAdd(), ctdbCurrencySub(), ctdbCurrencyMul(), ctdbCurrencyDiv(), ctdbCurrencyAbs(), ctdbCurrencyRound()