<?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: Rounding integer values in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/rounding-integer-values/m-p/1303931#M70658</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365582"&gt;@AbiDhakal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ceil(Mean($feature.Field1,$feature.Field2),0)&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/math_functions/#ceil" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/math_functions/#ceil&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Returns the input value rounded &lt;STRONG&gt;upwards&lt;/STRONG&gt; to the given number of decimal places."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Gives the result 215 when Field1 is 214 &amp;amp; Field2 is 215.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 14:58:01 GMT</pubDate>
    <dc:creator>ChrisUnderwood</dc:creator>
    <dc:date>2023-06-28T14:58:01Z</dc:date>
    <item>
      <title>Rounding integer values</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/rounding-integer-values/m-p/1303858#M70639</link>
      <description>&lt;P&gt;Hello GIS friends,&lt;/P&gt;&lt;P&gt;I'm doing a simple calculation using arcade expression for an Attribute rule in ArcGIS Pro. I got the calculations to work, however I'm not knowing how to round up the integer value to the highest number. Both the field types are integer and not double. Also, the field where the output gets calculated is type integer.&lt;BR /&gt;Example: Average of (50+51) = 51 when you round up to the highest number, but I'm getting 50 with the expression I'm using.&lt;BR /&gt;Here is my expression: Mean($feature.Field1,$feature.Field2)&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Abi&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 12:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/rounding-integer-values/m-p/1303858#M70639</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2023-06-28T12:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding integer values</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/rounding-integer-values/m-p/1303865#M70641</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365582"&gt;@AbiDhakal&lt;/a&gt;&amp;nbsp;try:&amp;nbsp;Round (&lt;SPAN&gt;Mean($feature.Field1,$feature.Field2))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 13:02:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/rounding-integer-values/m-p/1303865#M70641</guid>
      <dc:creator>AyanPalit</dc:creator>
      <dc:date>2023-06-28T13:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding integer values</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/rounding-integer-values/m-p/1303877#M70645</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/512"&gt;@AyanPalit&lt;/a&gt;, that does not seem to work Ayan. With your expression:&lt;BR /&gt;Round (Mean($feature.Field1,$feature.Field2))&lt;BR /&gt;The average of two integers (214+215) = 214 instead of 215&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Abi&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 13:59:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/rounding-integer-values/m-p/1303877#M70645</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2023-06-28T13:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding integer values</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/rounding-integer-values/m-p/1303931#M70658</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365582"&gt;@AbiDhakal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ceil(Mean($feature.Field1,$feature.Field2),0)&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/arcade/function-reference/math_functions/#ceil" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/math_functions/#ceil&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Returns the input value rounded &lt;STRONG&gt;upwards&lt;/STRONG&gt; to the given number of decimal places."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Gives the result 215 when Field1 is 214 &amp;amp; Field2 is 215.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 14:58:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/rounding-integer-values/m-p/1303931#M70658</guid>
      <dc:creator>ChrisUnderwood</dc:creator>
      <dc:date>2023-06-28T14:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rounding integer values</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/rounding-integer-values/m-p/1304851#M70736</link>
      <description>&lt;P&gt;Hello&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/159762"&gt;@ChrisUnderwood&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Good morning and happy Friday to you! My apology for the late response, Chris. I was only able to get to it this morning. The expression worked great. Thank you!&lt;BR /&gt;&lt;BR /&gt;Also, I used 'Ceil' on a subsequent expression, but that part didn't work for me.&lt;BR /&gt;Here is what I did and on this one it didn't work.&lt;BR /&gt;Ceil(Sum($feature.Field1,$feature.Field2,$feature.Field3*.25),0)&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Abi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 13:29:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/rounding-integer-values/m-p/1304851#M70736</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2023-06-30T13:29:16Z</dc:date>
    </item>
  </channel>
</rss>

