Static
EStatic
E_Static
HALF_Static
MAXStatic
MINStatic
NEGATIVE_Static
ONEStatic
ONE_Static
ONE_Static
PIStatic
QUARTER_Static
TENStatic
TWOStatic
TWO_Static
ZEROStatic
newReturns true
if the value of this Decimal is greater than the value of
x
, otherwise returns false
.
Returns true
if the value of this Decimal is greater than or equal to
the value of x
, otherwise returns false
.
Returns true
if the value of this Decimal equals the value of x
,
otherwise returns false
.
Returns true
if the value of this Decimal is less than the value of
x
, otherwise returns false
.
Returns true
if the value of this Decimal is less than or equal to the
value of x
, otherwise returns false
.
Compares the values of two Decimals.
Returns -1
if the value of this Decimal is less than the value of
x
.
Returns 1
if the value of this Decimal is greater than the value of
x
.
Returns 0
if the value of this Decimal equals the value of x
.
The estimated exponential function, ex using the tolerance
provided as a hint as to when to stop calculating. A larger
tolerance will cause the number to stop calculating sooner at the
potential cost of a slightly less accurate result.
Computes the absolute value.