public class BaseExponent extends Object
Constructor and Description |
---|
BaseExponent(int base,
int exponent,
Quantity.Format format) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getBase() |
int |
getExponent() |
Quantity.Format |
getFormat() |
int |
hashCode() |
String |
toString() |
public BaseExponent(int base, int exponent, Quantity.Format format)
public int getBase()
public int getExponent()
public Quantity.Format getFormat()
Copyright © 2020. All rights reserved.