posted 17 years ago
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