Examples of AVERAGEA


Examples of org.boris.expr.function.excel.AVERAGEA

        assertEquals(eval(a, 23, 23, 23), 23.);
        assertEquals(eval(a, ExprMissing.MISSING), ExprError.DIV0);
    }

    public void testAVERAGEA() throws Exception {
        AVERAGEA a = new AVERAGEA();
        assertEquals(eval(a, 10, 7, 9, 2, "Not available"), 5.6);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.