| Package | Description |
|---|---|
| com.rational.test.value |
| Modifier and Type | Field and Description |
|---|---|
static Decimal |
Decimal.MAX_VALUE |
static Decimal |
Decimal.MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static Decimal |
Decimal.valueOf(java.lang.String s) |
static Decimal |
Decimal.valueOf(java.lang.String s,
int radix) |
| Modifier and Type | Method and Description |
|---|---|
int |
Decimal.compareTo(Decimal anotherDecimal)
`
|