Uses of Class
org.apache.poi.ss.formula.eval.NumberEval
-
Packages that use NumberEval Package Description org.apache.poi.ss.formula.eval org.apache.poi.ss.formula.functions -
-
Uses of NumberEval in org.apache.poi.ss.formula.eval
Fields in org.apache.poi.ss.formula.eval declared as NumberEval Modifier and Type Field Description static NumberEval
NumberEval. ZERO
-
Uses of NumberEval in org.apache.poi.ss.formula.functions
Methods in org.apache.poi.ss.formula.functions that return NumberEval Modifier and Type Method Description static NumberEval
PercentRank. interpolate(double x, double closestMatchBelow, double closestMatchAbove, NumberEval belowRank, NumberEval aboveRank, int significance)
Methods in org.apache.poi.ss.formula.functions with parameters of type NumberEval Modifier and Type Method Description static NumberEval
PercentRank. interpolate(double x, double closestMatchBelow, double closestMatchAbove, NumberEval belowRank, NumberEval aboveRank, int significance)
-