UnitConverter
interface.See: Description
Class | Description |
---|---|
AddConverter |
This class represents a converter adding a constant offset to numeric values (
double based). |
ExpConverter |
This class represents a exponential converter of limited precision.
|
LogConverter |
This class represents a logarithmic converter of limited precision.
|
MultiplyConverter |
This class represents a converter multiplying numeric values by a constant scaling factor (
double based). |
NaturalOrder<T extends javax.measure.Quantity<T>> |
Comparator to sort by natural order, looking both the unit and the value.
|
PiMultiplierConverter |
This class represents a converter multiplying numeric values by π (Pi).
|
RationalConverter |
This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two
double
numbers). |
UnitConverter
interface.
As well as functional interfaces used by these or other implementing classes.Copyright © 2005–2017 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.