Login Page - Create Account

Support Board


Date/Time: Tue, 24 Mar 2026 23:00:55 +0000



Post From: round method in spreadsheet

[2014-09-18 22:47:31]
onnb - Posts: 666
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)?