Returns a decimal representation of the value. @param ii input info (can be null) @return decimal value @throws QueryException query exception
(final InputInfo ii)
| 127 | * @throws QueryException query exception |
| 128 | */ |
| 129 | public BigDecimal dec(final InputInfo ii) throws QueryException { |
| 130 | return Dec.parse(string(ii), ii, true); |
| 131 | } |
| 132 | |
| 133 | /** |
| 134 | * Returns an integer (long) representation of the value. |