Class DoubleFormat.EngineeringDoubleFormat

    • Constructor Detail

      • EngineeringDoubleFormat

        EngineeringDoubleFormat​(DoubleFormat.Builder builder)
        Constructs a new instance.
        Parameters:
        builder - builder instance containing configuration values
    • Method Detail

      • applyFiniteInternal

        public java.lang.String applyFiniteInternal​(ParsedDecimal val)
        Returns a formatted representation of the given rounded decimal value to dst.
        Specified by:
        applyFiniteInternal in class DoubleFormat.AbstractDoubleFormat
        Parameters:
        val - value to format
        Returns:
        a formatted representation of the given rounded decimal value to dst.