java.lang.Object
dev.metaschema.core.metapath.function.library.FnSum
Implements the XPath 3.1
fn:sum
functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IAnyAtomicItemsum(List<? extends IAnyAtomicItem> items, IAnyAtomicItem zero) An implementation of XPath 3.1 fn:sum.
-
Method Details
-
sum
@Nullable public static IAnyAtomicItem sum(@NonNull List<? extends IAnyAtomicItem> items, @Nullable IAnyAtomicItem zero) An implementation of XPath 3.1 fn:sum.- Parameters:
items- the items to sumzero- the value to use if no items are provided, which can benull- Returns:
- the average
-