Klasse DoubleTool
java.lang.Object
ch.nolix.core.commontypetool.doubletool.DoubleTool
- Alle implementierten Schnittstellen:
IDoubleTool
- Version:
- 2016-08-01
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
DoubleTool
public DoubleTool()
-
-
Methodendetails
-
toString
- Angegeben von:
toStringin SchnittstelleIDoubleTool- Parameter:
value-- Gibt zurück:
- 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.
-