Examples of yBinCount()


Examples of gov.nist.microanalysis.Utility.Histogram2D.yBinCount()

        listener = new BSERadialEnergyDistributionListener(Math2.ORIGIN_3D,
                Math2.Z_AXIS, 0.0, 50.0, 5, 100.0, 10, false);
        h = listener.getDistribution();
        assertEquals(10, h.xBinCount());
        assertEquals(5, h.yBinCount());
    }

}
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.