Schnittstelle IDoubleTool

Alle bekannten Implementierungsklassen:
DoubleTool

public interface IDoubleTool
A IDoubleTool provides methods to handle doubles.
Version:
2022-07-22
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    toString(double value)
     
  • Methodendetails

    • toString

      String toString(double value)
      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.