Hi all,
I face an issue with Arcade in "Calculate Field"
I was trying to calculate the distance between two features, but it gives me numbers like: 3.06370662743992E-03, 2.1836948170503E-04, .... as in image(1)
after applying Floor (value, 4) it gives numbers like:0.0228, 0.003, .... as in image(2)
I want to have the distances in meters, and I am sure that all the distances are more than zero.

