org.apache.examples
Interface Subtracter

All Known Subinterfaces:
Calculator
All Known Implementing Classes:
CalculatorImpl, SubtracterImpl

public interface Subtracter

Service that subtracts two numbers.

Author:
Howard Lewis Ship

Method Summary
 double subtract(double arg0, double arg1)
           
 

Method Detail

subtract

double subtract(double arg0,
                double arg1)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.