Package org.orekit.utils.units
Class PowerTerm
- java.lang.Object
-
- org.orekit.utils.units.PowerTerm
-
public class PowerTerm extends Object
A container for a term with associated power.- Since:
- 11.0
- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharSequence
getBase()
Get the base term.Fraction
getExponent()
Get the fractional exponent.double
getScale()
Get the scaling factor.
-
-
-
Method Detail
-
getScale
public double getScale()
Get the scaling factor.- Returns:
- scaling factor
-
getBase
public CharSequence getBase()
Get the base term.- Returns:
- base term
-
getExponent
public Fraction getExponent()
Get the fractional exponent.- Returns:
- fractional exponent
-
-