I have the following Arcade expression. However, it does not round to the nearest whole number. It always produces a number with two decimal places. Not sure if I am doing something wrong? Thanks.
var grid = $feature.GRIDCODE*10
var roundedValue = Round(grid, 0)
roundedValue