Class LogConverter

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

public final class LogConverter extends AbstractConverter implements tech.uom.lib.common.function.ValueSupplier<String>

This class represents a logarithmic converter of limited precision. Such converter is typically used to create logarithmic unit. For example: Unit BEL = Unit.ONE.transform(new LogConverter(10).inverse());

Since:
1.0
Version:
1.0.1, December 28, 2017
See Also: