Uses of Class
net.agmodel.physical.Area

Packages that use Area
net.agmodel.physical Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. 
 

Uses of Area in net.agmodel.physical
 

Methods in net.agmodel.physical that return Area
 Area Volume.divide(Length x)
          Returns an Area whose value is (this / x).
 Area Length.multiply(Length x)
          Returns an Area whose value is (this * x).
 Area Area.add(Area x)
          Returns an Area whose value is (this + x).
 Area Area.substract(Area x)
          Returns an Area whose value is (this - x).
 Area Area.multiply(double coefficient)
          Returns an Area whose value is (this * coefficient).
 Area Area.divide(double coefficient)
          Returns an Area whose value is (this / coefficient).
 

Methods in net.agmodel.physical with parameters of type Area
 Length Volume.divide(Area x)
          Returns a Length whose value is (this / x).
 Volume Length.multiply(Area x)
          Returns a Volume whose value is (this * x).
 Area Area.add(Area x)
          Returns an Area whose value is (this + x).
 Area Area.substract(Area x)
          Returns an Area whose value is (this - x).
 int Area.compareTo(Area x)
          Compares this Area with the specified Area.
 



Copyright (C) NARC 2001 All Rights Reserved.