Package org.boris.expr.function.excel

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


        assertEquals(eval(s, toArray(2, 3, 9, 1, 8, 7, 5), toArray(6, 5, 11, 7,
                5, 4, 4)), 521.);
    }

    public void testSUMXMY2() throws Exception {
        SUMXMY2 s = new SUMXMY2();
        assertEquals(eval(s, toArray(2, 3, 9, 1, 8, 7, 5), toArray(6, 5, 11, 7,
                5, 4, 4)), 79.);
    }
View Full Code Here

TOP

Related Classes of org.boris.expr.function.excel.SUMXMY2

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.