View Single Post
  #1 (permalink)  
Old 07-01-2009, 03:18 PM
Raj_t Raj_t is online now
Junior Member
 
Join Date: Jun 2009
Posts: 18
Default Round to 2 decimal places

Hi
I am having issues with rounding a number. I am unable to round a number to (for example) the 2nd decimal......10.666666should be 10.67
I found Math.round but it gives me the nearest integer....11

Please help me in solving this.

Thanks,
Raj.
Reply With Quote