Class MultiplyConverter

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

public final class MultiplyConverter extends AbstractConverter implements tech.uom.lib.common.function.ValueSupplier<Double>, tech.uom.lib.common.function.DoubleFactorSupplier

This class represents a converter multiplying numeric values by a constant scaling factor (double based).

Since:
1.0
Version:
1.1, Apr 18, 2018
See Also: