|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.formula.functions.NumericFunction
org.apache.poi.hssf.record.formula.functions.MultiOperandNumericFunction
org.apache.poi.hssf.record.formula.functions.Mode
Field Summary |
Fields inherited from class org.apache.poi.hssf.record.formula.functions.NumericFunction |
E, PI |
Constructor Summary | |
Mode()
|
Method Summary | |
Eval |
evaluate(Eval[] operands,
int srcCellRow,
short srcCellCol)
|
protected ValueEvalToNumericXlator |
getXlator()
this is the default impl for the factory method getXlator of the super class NumericFunction. |
Methods inherited from class org.apache.poi.hssf.record.formula.functions.MultiOperandNumericFunction |
areSubArraysConsistent, getMaxNumOperands, getNumberArray, getNumberArray |
Methods inherited from class org.apache.poi.hssf.record.formula.functions.NumericFunction |
singleOperandEvaluate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Mode()
Method Detail |
protected ValueEvalToNumericXlator getXlator()
getXlator
in class MultiOperandNumericFunction
public Eval evaluate(Eval[] operands, int srcCellRow, short srcCellCol)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |