Uses of Class
org.apache.poi.hssf.record.formula.functions.NumericFunction

Packages that use NumericFunction
org.apache.poi.hssf.record.formula.functions   
 

Uses of NumericFunction in org.apache.poi.hssf.record.formula.functions
 

Subclasses of NumericFunction in org.apache.poi.hssf.record.formula.functions
 class DateFunc
           
 class Days360
          Calculates the number of days between two dates based on a 360-day year (twelve 30-day months), which is used in some accounting calculations.
 class Even
           
 class FinanceFunction
           
 class Npv
          Calculates the net present value of an investment by using a discount rate and a series of future payments (negative values) and income (positive values).
static class NumericFunction.MultiArg
           
static class NumericFunction.OneArg
           
static class NumericFunction.TwoArg
           
 class Odd
           
 



Copyright 2009 The Apache Software Foundation or its licensors, as applicable.