Class FloatingPointFormat

All Implemented Interfaces:
Serializable, Cloneable, RevisionHandler

public class FloatingPointFormat extends DecimalFormat implements RevisionHandler
Class for the format of floating point numbers
Version:
$Revision: 8034 $
Author:
Yong Wang
See Also:
  • Constructor Details

    • FloatingPointFormat

      public FloatingPointFormat()
      Default constructor
    • FloatingPointFormat

      public FloatingPointFormat(int digits)
    • FloatingPointFormat

      public FloatingPointFormat(int w, int d)
    • FloatingPointFormat

      public FloatingPointFormat(int w, int d, boolean trailingZeros)
  • Method Details