| Author |
Extracting values from a double
|
Sri Ram
Greenhorn
Joined: Feb 13, 2006
Posts: 20
|
|
I have a double number d = 15.33 .I want to do the below calculation.(ie) i want to seperate the whole number and the decimal part without using a splitter based on (.) to gets the values.How can I do that?? e.g. 15.33 convert to 1520 Take decimal portion * 60 rounded. (0.33*60=20) is what i want to perform? Please help.
|
Sriram<br />SCJP<br />SCWCD
|
 |
 |
|
|
subject: Extracting values from a double
|
|
|