File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes seperate numbers from float number Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "seperate numbers from float number" Watch "seperate numbers from float number" New topic
Author

seperate numbers from float number

praneeth ram
Ranch Hand

Joined: Sep 21, 2009
Posts: 60
Hi All,

I have a number var num=1.234 i want to take the numbers before and after the dot i.e 1 and 2, save it in two variables like before=1,after=2, how can i achieve this. please help me.

thanks in advance.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

Did you look for help from the Math object?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: seperate numbers from float number
 
Similar Threads
Help with displaying output
help with counting occurrences of elements in an array
How to make sure that file has been read.
Number Format
java decimal multiplication