Uses of Class
edu.asu.cri.MirkE.dataStructures.MeasuredValue

Packages that use MeasuredValue
edu.asu.cri.MirkE.dataStructures   
 

Uses of MeasuredValue in edu.asu.cri.MirkE.dataStructures
 

Methods in edu.asu.cri.MirkE.dataStructures that return MeasuredValue
 MeasuredValue MeasuredValue.add(MeasuredValue measuredValue)
          add a MeasuredValue to this and return the sum (if it exists)
 MeasuredValue MeasuredValue.add(UnitValue unitValue)
          add a MeasuredValue to this and return the sum (if it exists)
 MeasuredValue MeasuredValue.subtract(UnitValue unitValue)
          add a MeasuredValue to this and return the sum (if it exists)
 MeasuredValue MeasuredValue.subtract(MeasuredValue measuredValue)
          subtract a MeasuredValue from this and return the difference (if it exists)
 MeasuredValue MeasuredValue.multiply(double scalarMultiplier)
          multiply a double to this and return the product
 MeasuredValue MeasuredValue.multiply(MeasuredValue measuredValue)
          multiply a MeasuredValue to this and return the product
 MeasuredValue MeasuredValue.divide(MeasuredValue measuredValue)
          divide this by a MeasuredValue and return the result
 MeasuredValue MeasuredValue.raiseToPower(double power)
          return the nth power of this MeasuredValue
 

Methods in edu.asu.cri.MirkE.dataStructures with parameters of type MeasuredValue
 MeasuredValue MeasuredValue.add(MeasuredValue measuredValue)
          add a MeasuredValue to this and return the sum (if it exists)
 MeasuredValue MeasuredValue.subtract(MeasuredValue measuredValue)
          subtract a MeasuredValue from this and return the difference (if it exists)
 MeasuredValue MeasuredValue.multiply(MeasuredValue measuredValue)
          multiply a MeasuredValue to this and return the product
 MeasuredValue MeasuredValue.divide(MeasuredValue measuredValue)
          divide this by a MeasuredValue and return the result
 



Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.