Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 18:10:34 +0000



Post From: round method in spreadsheet

[2014-09-18 22:47:31]
onnb - Posts: 661
the spreadsheets have a method called ROUND(number, digits)

is this rounding up/down or to the nearest?
is there an equivalent acsil method to this one?

is sc.RoundToTickSize(x, 0.001) the same as ROUND(x, 3)?