<?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: What is the limit of the number type dataitem. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/What-is-the-limit-of-the-number-type-dataitem/m-p/50792#M5966</link>
    <description>&lt;P&gt;I would also be interested to know the answer. I did a few experiments and wasn't able to find any limit within the range of numbers I could realistically think of ever wanting to use. Sorry &lt;A class="user-content-mention" data-sign="@" data-contactkey="f8c22a90-f85c-4886-b9ab-77d395b7b50c" data-tag-text="@Chakkravarthi. PR" href="https://community.blueprism.com/network/profile?UserKey=f8c22a90-f85c-4886-b9ab-77d395b7b50c" data-itemmentionkey="6063749b-d56a-4a7c-a62b-91e128beaa81"&gt;@Chakkravarthi. PR&lt;/A&gt;, but it definitely isn't 32-bit integer: I've just tested it with a 30-digit number and it worked fine!&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrew Pascal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Nov 2023 17:07:00 GMT</pubDate>
    <dc:creator>AndrewPascal</dc:creator>
    <dc:date>2023-11-07T17:07:00Z</dc:date>
    <item>
      <title>What is the limit of the number type dataitem.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/What-is-the-limit-of-the-number-type-dataitem/m-p/50790#M5964</link>
      <description>&lt;P&gt;What is the maimum and minimun of the number type data item.&lt;/P&gt;
&lt;P&gt;When it is integer is seems in the range of -2^96+1 - 2^96-1, is it right?&lt;/P&gt;
&lt;P&gt;And when it is a decimal, what is the max and min limit?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jiaqi Yi&lt;BR /&gt;developer&lt;BR /&gt;Sony&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Nov 2023 06:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/What-is-the-limit-of-the-number-type-dataitem/m-p/50790#M5964</guid>
      <dc:creator>yijiaqi</dc:creator>
      <dc:date>2023-11-01T06:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: What is the limit of the number type dataitem.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/What-is-the-limit-of-the-number-type-dataitem/m-p/50791#M5965</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Blue Prism uses a 32-bit signed integer, and the valid range is -2,147,483,648 to 2,147,483,647. This is consistent with the standard range for a 32-bit signed integer in programming languages and systems using a similar representation.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I can't remember where I took this, but I have it in my notes from a few years ago.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chakkravarthi. PR&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Nov 2023 11:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/What-is-the-limit-of-the-number-type-dataitem/m-p/50791#M5965</guid>
      <dc:creator>Chakkravarthi_P</dc:creator>
      <dc:date>2023-11-01T11:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: What is the limit of the number type dataitem.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/What-is-the-limit-of-the-number-type-dataitem/m-p/50792#M5966</link>
      <description>&lt;P&gt;I would also be interested to know the answer. I did a few experiments and wasn't able to find any limit within the range of numbers I could realistically think of ever wanting to use. Sorry &lt;A class="user-content-mention" data-sign="@" data-contactkey="f8c22a90-f85c-4886-b9ab-77d395b7b50c" data-tag-text="@Chakkravarthi. PR" href="https://community.blueprism.com/network/profile?UserKey=f8c22a90-f85c-4886-b9ab-77d395b7b50c" data-itemmentionkey="6063749b-d56a-4a7c-a62b-91e128beaa81"&gt;@Chakkravarthi. PR&lt;/A&gt;, but it definitely isn't 32-bit integer: I've just tested it with a 30-digit number and it worked fine!&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrew Pascal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Nov 2023 17:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/What-is-the-limit-of-the-number-type-dataitem/m-p/50792#M5966</guid>
      <dc:creator>AndrewPascal</dc:creator>
      <dc:date>2023-11-07T17:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: What is the limit of the number type dataitem.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/What-is-the-limit-of-the-number-type-dataitem/m-p/50793#M5967</link>
      <description>&lt;P&gt;Hi Andrew&lt;/P&gt;
&lt;P&gt;I have just solved the issue.&lt;/P&gt;
&lt;P&gt;The data type is [Decimal]. It is a 96-bit type. About 29 valid scale in decimalism.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;With a scale of 0 (no decimal places), the largest possible value is +/-79,228,162,514,264,337,593,543,950,335 (+/-7.9228162514264337593543950335E+28). With 28 decimal places, the largest value is +/-7.9228162514264337593543950335, and the smallest nonzero value is +/-0.0000000000000000000000000001 (+/-1E-28).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please refer to this link&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/dotnet/visual-basic/language-reference/data-types/decimal-data-type" target="test_blank"&gt;https://learn.microsoft.com/en-us/dotnet/visual-basic/language-reference/data-types/decimal-data-type&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jiaqi Yi&lt;BR /&gt;developer&lt;BR /&gt;Sony&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Nov 2023 00:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/What-is-the-limit-of-the-number-type-dataitem/m-p/50793#M5967</guid>
      <dc:creator>yijiaqi</dc:creator>
      <dc:date>2023-11-08T00:52:00Z</dc:date>
    </item>
  </channel>
</rss>

