Class RoundedDoubleTest
Class RoundedDoubleTest
java.lang.Object
|
+----RoundedDoubleTest
- public class RoundedDoubleTest
- extends Object
This application is just a simple main method for testing on the command
line. Expected output is:
double = 1.66667
default rounded string = 2.
with 2 digits = 1.67
back to double = 1.67
See the code and README in the
TestApplications directory for more information.
- Version:
- 1.0 04-07-97
- Author:
- Daren Stotler
- See Also:
- RoundedDouble
-
RoundedDoubleTest()
-
-
main(String[])
-
RoundedDoubleTest
public RoundedDoubleTest()
main
public static void main(String args[])