Package org.apache.poi.ss.formula.functions

Examples of org.apache.poi.ss.formula.functions.Even


        retval[269] = AggregateFunction.AVEDEV;

        retval[276] = NumericFunction.COMBIN;

        retval[279] = new Even();

        retval[285] = NumericFunction.FLOOR;

        retval[288] = NumericFunction.CEILING;
View Full Code Here


        retval[269] = AggregateFunction.AVEDEV;

        retval[276] = NumericFunction.COMBIN;

        retval[279] = new Even();

        retval[285] = NumericFunction.FLOOR;

        retval[288] = NumericFunction.CEILING;
View Full Code Here

TOP

Related Classes of org.apache.poi.ss.formula.functions.Even

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.