Uses of Class
tech.units.indriya.function.RationalConverter
Packages that use RationalConverter
-
Uses of RationalConverter in tech.units.indriya.format
Methods in tech.units.indriya.format with parameters of type RationalConverterModifier and TypeMethodDescriptionprivate static intConverterFormatter.productPrecedence(RationalConverter converter, boolean continued, int unitPrecedence, StringBuilder buffer) -
Uses of RationalConverter in tech.units.indriya.function
Methods in tech.units.indriya.function that return RationalConverterModifier and TypeMethodDescriptionRationalConverter.inverseWhenNotIdentity()static RationalConverterRationalConverter.of(double dividend, double divisor) Convenience method equivalent tonew RationalConverter(BigDecimal.valueOf(dividend).toBigInteger(), BigDecimal.valueOf(divisor).toBigInteger())static RationalConverterRationalConverter.of(long dividend, long divisor) Convenience method equivalent tonew RationalConverter(dividend, divisor)static RationalConverterRationalConverter.of(BigInteger dividend, BigInteger divisor) Convenience method equivalent tonew RationalConverter(dividend, divisor)PowersOfIntConverter.toRationalConverter()Methods in tech.units.indriya.function with parameters of type RationalConverterModifier and TypeMethodDescriptionprivate AbstractConverterRationalConverter.composeSameType(RationalConverter that)