Sign in | Join
Last post 05-06-2009 7:51 AM by DarrellNorton. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi , Is there any function to Rounddown a number with decimalplaces? ie, a number like 2.5678 should become 2.56
Thanks
Ranjith
Use decimal.Floor(). See this thread for how to use it to round down to a specified number of digits.