ffead.server.doc
|
Public Member Functions | |
Bigdecimal (string value) | |
void | add (Bigdecimal number) |
Bigdecimal | operator+ (Bigdecimal number) |
Bigdecimal | operator- (Bigdecimal number) |
Bigdecimal | operator* (Bigdecimal number) |
Bigdecimal | operator/ (Bigdecimal number) |
Bigdecimal & | operator++ () |
Bigdecimal & | operator+= (Bigdecimal number) |
Bigdecimal & | operator-- () |
Bigdecimal & | operator-= (Bigdecimal number) |
void | subtract (Bigdecimal number) |
void | multiply (Bigdecimal number) |
void | divide (Bigdecimal number, int precision=15) |
int | compare (Bigdecimal number) |
string | toString () |
Static Public Member Functions | |
static int | compare (Bigdecimal number1, Bigdecimal number2) |
Friends | |
bool | operator== (Bigdecimal &lhs, Bigdecimal &rhs) |
bool | operator!= (Bigdecimal &lhs, Bigdecimal &rhs) |
bool | operator< (Bigdecimal &lhs, Bigdecimal &rhs) |
bool | operator<= (Bigdecimal &lhs, Bigdecimal &rhs) |
bool | operator> (Bigdecimal &lhs, Bigdecimal &rhs) |
bool | operator>= (Bigdecimal &lhs, Bigdecimal &rhs) |
Definition at line 27 of file Bigdecimal.h.