| Author |
Using and manipulating float/Double values in J2Me
|
Anand Natraj
Ranch Hand
Joined: May 17, 2004
Posts: 53
|
|
Hi friends, I am a begineer in J2ME. Can any one tell me how to handle and manipilate float/double values in J2ME
|
 |
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4725
|
|
Good question. I'm a beginner as well but here's what I know. floats were left out on j2me. Including them will cause the code to not compile. If you needed it for money values and it is very simple, you can use two integers, one for dollars and one for cents (or whatever currency is desired). There are libraries out there that will provide float handling: http://www.dclausen.net/projects/microfloat/ http://gridbug.ods.org/Real.html http://henson.newmail.ru/j2me/FloatConv.htm
|
A good workman is known by his tools.
|
 |
 |
|
|
subject: Using and manipulating float/Double values in J2Me
|
|
|