A
Asit
Hi all,
I have a double(primitive) value eg. 4.66666666668, I want this number
to be formatted upto 2 decimal places. When i use NumberFormat or
Decimal Format to format this double value it gives a result 4.67,
instead i want that the number 4.66666666668 must be formatted as
4.66.
Can somebody help ?
Regrds
Asit
I have a double(primitive) value eg. 4.66666666668, I want this number
to be formatted upto 2 decimal places. When i use NumberFormat or
Decimal Format to format this double value it gives a result 4.67,
instead i want that the number 4.66666666668 must be formatted as
4.66.
Can somebody help ?
Regrds
Asit