Class DoubleFormat.EngineeringDoubleFormat

java.lang.Object
org.apache.commons.text.numbers.DoubleFormat.AbstractDoubleFormat
org.apache.commons.text.numbers.DoubleFormat.EngineeringDoubleFormat
All Implemented Interfaces:
DoubleFunction<String>, ParsedDecimal.FormatOptions
Enclosing class:
DoubleFormat

private static class DoubleFormat.EngineeringDoubleFormat extends DoubleFormat.AbstractDoubleFormat
Format class that uses engineering notation for all values.
  • Constructor Details

    • EngineeringDoubleFormat

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