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

Method addFlt

basex-core/src/main/java/org/basex/query/expr/CalcOpt.java:185–185  ·  view source on GitHub ↗

Add, two floats. @param item1 first item @param item2 second item @param info input info @return result @throws QueryException query exception

(final Item item1, final Item item2, final InputInfo info)

Source from the content-addressed store, hash-verified

183 * @throws QueryException query exception
184 */
185 static Flt addFlt(final Item item1, final Item item2, final InputInfo info)
186 throws QueryException {
187 return Flt.get(item1.flt(info) + item2.flt(info));
188 }

Callers 1

evalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected