Uses of Class
cds.astro.Unit

Uses of Unit in cds.astro
 

Methods in cds.astro with parameters of type Unit
 boolean Unit.isCompatibleWith(Unit unit)
          Checks whether 2 units are compatible (can be summed via the sum method)
 void Unit.convertFrom(Unit unit)
          Convert the value in argument to the target Unit.
 void Unit.plus(Unit unit)
          Compute the Addition of 2 numbers with their associated units.
 void Unit.minus(Unit unit)
          Compute the Subtraction of 2 numbers with their associated units.
 void Unit.sum(Unit unit)
          Compute the Sum of 2 numbers with their associated units.
 void Unit.mult(Unit unit)
          Compute the Multiplication of 2 numbers with their associated units.
 void Unit.div(Unit unit)
          Compute the Division of 2 numbers with their associated units.
 void Unit.prod(Unit unit)
          Compute the Product of 2 numbers with their associated units.
 void Unit.set(Unit u)
          Define a Unit and Value from an existing one (clone)
 

Constructors in cds.astro with parameters of type Unit
Unit(Unit u)
          Define a Unit and Value from an existing one (clone)