MCPcopy Create free account
hub / github.com/BaseXdb/basex / dbl

Method dbl

basex-core/src/main/java/org/basex/query/value/item/Item.java:159–161  ·  view source on GitHub ↗

Returns a double representation of the value. @param ii input info (can be null) @return double value @throws QueryException query exception

(final InputInfo ii)

Source from the content-addressed store, hash-verified

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.

Callers 9

itemMethod · 0.95
testMethod · 0.95
itemMethod · 0.95
startMethod · 0.95
lengthMethod · 0.95
optMethod · 0.95
sumMethod · 0.95
compareMethod · 0.95
checkLongMethod · 0.95

Calls 2

parseMethod · 0.95
stringMethod · 0.95

Tested by

no test coverage detected