Class DoubleTool

java.lang.Object
ch.nolix.base.commontypetool.doubletool.DoubleTool
All Implemented Interfaces:
IDoubleTool

public final class DoubleTool extends Object implements IDoubleTool
Author:
Silvan Wyss
  • Constructor Details

    • DoubleTool

      public DoubleTool()
  • Method Details

    • toString

      public String toString(double value)
      Specified by:
      toString in interface IDoubleTool
      Parameters:
      value -
      Returns:
      a String representation of the given value. The String representation will have the following properties: -The separator symbol of the decimal places is a dot. -The decimal places and the separator symbol are shown only when there exist decimal places.