Numeric
| Method | Returns |
|---|---|
.toDecimal() | Decimal |
.toDouble() | Double |
.toLong() | Long |
.abs() | Int |
.toString() | String |
| Method | Returns |
|---|---|
.toDecimal() | Decimal |
.toDouble() | Double |
.toInt() | Int |
.abs() | Long |
.toString() | String |
Double
Section titled “Double”| Method | Returns |
|---|---|
.toDecimal() | Decimal |
.toInt() | Int (truncates) |
.abs() | Double |
.toString() | String |
Decimal
Section titled “Decimal”| Method | Returns |
|---|---|
.toInt() | Int (truncates) |
.abs() | Decimal |
.toString() | String |
| Method | Returns |
|---|---|
.toString() | String |