<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Round Down Arcade in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/round-down-arcade/m-p/1315425#M53743</link>
    <description>&lt;P&gt;in python if you can use the field calculator&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import math

math.trunc(2.77)
2&lt;/LI-CODE&gt;&lt;P&gt;the math module is available by default in the field calculator so you shouldn't have to use the import statement&lt;/P&gt;</description>
    <pubDate>Fri, 04 Aug 2023 08:01:16 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2023-08-04T08:01:16Z</dc:date>
    <item>
      <title>Round Down Arcade</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/round-down-arcade/m-p/1315406#M53741</link>
      <description>&lt;P&gt;Hi all, I'm looking for a way to round down in Arcade. I have used the round function which does simple rounding up or down and I've tried making the field integer type, which still rounds up or down. I'm doing field calculator and attribute rule work and am looking to round values down&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://speedtest.vet/" target="_blank" rel="noopener"&gt;https://speedtest.vet/&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;. Thanks so much for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 06:56:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/round-down-arcade/m-p/1315406#M53741</guid>
      <dc:creator>yukler</dc:creator>
      <dc:date>2023-08-08T06:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Round Down Arcade</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/round-down-arcade/m-p/1315425#M53743</link>
      <description>&lt;P&gt;in python if you can use the field calculator&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import math

math.trunc(2.77)
2&lt;/LI-CODE&gt;&lt;P&gt;the math module is available by default in the field calculator so you shouldn't have to use the import statement&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 08:01:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/round-down-arcade/m-p/1315425#M53743</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-08-04T08:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Round Down Arcade</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/round-down-arcade/m-p/1315439#M53744</link>
      <description>&lt;P&gt;You can use &lt;A href="https://developers.arcgis.com/arcade/function-reference/math_functions/#floor" target="_blank" rel="noopener"&gt;Floor()&lt;/A&gt; for that. The opposite (always round up) is &lt;A href="https://developers.arcgis.com/arcade/function-reference/math_functions/#ceil" target="_blank" rel="noopener"&gt;Ceil()&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 09:01:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/round-down-arcade/m-p/1315439#M53744</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2023-08-04T09:01:50Z</dc:date>
    </item>
  </channel>
</rss>

