6 Replies
It takes away 0.2 from the balance everytime another spin is made
how can i make it go from 0.60000000000001 to 0.6?
Math.Round(original, 1)
1 being 1 decimal
so .6
in this casewhat's original meant to be
this
Round()
takes a double number
and a int decimals
is Math. built-in?
Thank you 🙂
!close
Closed!
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.