Class DoubleTool
java.lang.Object
ch.nolix.base.commontypetool.doubletool.DoubleTool
- All Implemented Interfaces:
IDoubleTool
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DoubleTool
public DoubleTool()
-
-
Method Details
-
toString
- Specified by:
toStringin interfaceIDoubleTool- Parameters:
value-- Returns:
- a
Stringrepresentation of the given value. TheStringrepresentation 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.
-