Returns a double representation of the value. @param ii input info (can be null) @return double value @throws QueryException query exception
(final InputInfo ii)
| 157 | * @throws QueryException query exception |
| 158 | */ |
| 159 | public double dbl(final InputInfo ii) throws QueryException { |
| 160 | return Dbl.parse(string(ii), ii); |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * Checks if this item is instance of the specified type. |