Package tech.units.indriya.format
Class SimpleUnitFormat.Exponent
java.lang.Object
tech.units.indriya.format.SimpleUnitFormat.Exponent
- Enclosing class:
- SimpleUnitFormat
This class represents an exponent with both a power (numerator) and a root (denominator).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pow
public final int pow -
root
public final int root
-
-
Constructor Details
-
Exponent
public Exponent(int pow, int root)
-