DLoad.java :  » Testing » jumble » experiments » instruction » Java Open Source

Java Open Source » Testing » jumble 
jumble » experiments » instruction » DLoad.java
package experiments.instruction;
/**
 * Class used for testing.
 * @author Tin Pavlinic
 * @version $Revision: 414 $
 */
public class DLoad {
  public double method(double d0, double d1, double d2, double d3, double d4, double d5) {
    return d5;
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.