Class RationalConverter

java.lang.Object
tech.units.indriya.AbstractConverter
tech.units.indriya.function.RationalConverter
All Implemented Interfaces:
Serializable, Comparable<javax.measure.UnitConverter>, DoubleSupplier, Supplier<Double>, javax.measure.UnitConverter, tech.uom.lib.common.function.ValueSupplier<Double>

public final class RationalConverter extends AbstractConverter implements tech.uom.lib.common.function.ValueSupplier<Double>, Supplier<Double>, DoubleSupplier

This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two BigInteger numbers).

Since:
1.0
Version:
1.0, Oct 11, 2016
See Also: