GnuCash  5.6-133-gc519490283+
Functions
Gnc_numeric_comparison

Compare function. More...

Functions

int GncNumeric::cmp (GncNumeric b)
 
int GncNumeric::cmp (int64_t b)
 

Detailed Description

Compare function.

Parameters
bGncNumeric or int to compare to.
Returns
-1 if this < b, 0 if ==, 1 if this > b.