| Package | Description |
|---|---|
| com.rational.test.value |
The package com.rational.test.ft.value contains value classes that support for .Net values
for which Java does not have primitive or other core support.
|
| 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)
`
|