ffead.server.doc
|
Public Member Functions | |
Bigint (string value) | |
void | add (Bigint number) |
Bigint | operator+ (Bigint number) |
Bigint | operator- (Bigint number) |
Bigint | operator* (Bigint number) |
Bigint | operator/ (Bigint number) |
Bigint & | operator++ () |
Bigint & | operator+= (Bigint number) |
Bigint & | operator-- () |
Bigint & | operator-= (Bigint number) |
void | subtract (Bigint number) |
void | multiply (Bigint number) |
void | divide (Bigint number) |
int | compare (Bigint number) |
string | toString () |
Static Public Member Functions | |
static int | compare (Bigint number1, Bigint number2) |
Friends | |
class | Bigdecimal |
bool | operator== (Bigint &lhs, Bigint &rhs) |
bool | operator!= (Bigint &lhs, Bigint &rhs) |
bool | operator< (Bigint &lhs, Bigint &rhs) |
bool | operator<= (Bigint &lhs, Bigint &rhs) |
bool | operator> (Bigint &lhs, Bigint &rhs) |
bool | operator>= (Bigint &lhs, Bigint &rhs) |