Klasse DoubleTool

java.lang.Object
ch.nolix.core.commontypetool.doubletool.DoubleTool
Alle implementierten Schnittstellen:
IDoubleTool

public final class DoubleTool extends Object implements IDoubleTool
Version:
2016-08-01
Autor:
Silvan Wyss
  • Konstruktordetails

    • DoubleTool

      public DoubleTool()
  • Methodendetails

    • toString

      public String toString(double value)
      Angegeben von:
      toString in Schnittstelle IDoubleTool
      Parameter:
      value -
      Gibt zurück:
      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.