Interface IDoubleTool

All Known Implementing Classes:
DoubleTool

public interface IDoubleTool
A IDoubleTool provides methods to handle doubles.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    toString(double value)
     
  • Method Details

    • toString

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