|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.functions.NumericFunction org.apache.poi.ss.formula.functions.IPMT
public class IPMT
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.poi.ss.formula.functions.NumericFunction |
---|
NumericFunction.OneArg, NumericFunction.TwoArg |
Field Summary |
---|
Fields inherited from class org.apache.poi.ss.formula.functions.NumericFunction |
---|
ABS, ACOS, ACOSH, ASIN, ASINH, ATAN, ATAN2, ATANH, CEILING, COMBIN, COS, COSH, DEGREES, DOLLAR, EXP, FACT, FLOOR, INT, LN, LOG, LOG10, MOD, PI, POISSON, POWER, RADIANS, RAND, ROUND, ROUNDDOWN, ROUNDUP, SIGN, SIN, SINH, SQRT, TAN, TANH, TRUNC |
Constructor Summary | |
---|---|
IPMT()
|
Method Summary | |
---|---|
double |
eval(ValueEval[] args,
int srcCellRow,
int srcCellCol)
|
Methods inherited from class org.apache.poi.ss.formula.functions.NumericFunction |
---|
checkValue, evaluate, singleOperandEvaluate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IPMT()
Method Detail |
---|
public double eval(ValueEval[] args, int srcCellRow, int srcCellCol) throws EvaluationException
eval
in class NumericFunction
EvaluationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |