<?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: Dividing 1 with 100 is 0 why? in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236024#M18737</link>
    <description>1.0 / 100.0</description>
    <pubDate>Wed, 08 Feb 2012 16:16:04 GMT</pubDate>
    <dc:creator>jonavark</dc:creator>
    <dc:date>2012-02-08T16:16:04Z</dc:date>
    <item>
      <title>Dividing 1 with 100 is 0 why?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236022#M18735</link>
      <description>I have strange behaviour with maxcsript, when i want divide 1/100 he says that it is 0 do you know whre is the problem?</description>
      <pubDate>Tue, 07 Feb 2012 18:34:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236022#M18735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-07T18:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing 1 with 100 is 0 why?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236023#M18736</link>
      <description>Nothing strange about that at all. Working exactly as expected.&lt;P&gt;&lt;IMG class="migr-att-link" src="http://area.autodesk.com/userdata/forum/n/numbers.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 19:16:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236023#M18736</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2012-02-07T19:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing 1 with 100 is 0 why?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236024#M18737</link>
      <description>1.0 / 100.0</description>
      <pubDate>Wed, 08 Feb 2012 16:16:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236024#M18737</guid>
      <dc:creator>jonavark</dc:creator>
      <dc:date>2012-02-08T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing 1 with 100 is 0 why?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236025#M18738</link>
      <description>still ZERO...&lt;BR /&gt;1.00/100.00 = 0.01</description>
      <pubDate>Wed, 08 Feb 2012 16:30:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236025#M18738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-08T16:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing 1 with 100 is 0 why?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236026#M18739</link>
      <description>how is that zero? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 08 Feb 2012 20:51:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236026#M18739</guid>
      <dc:creator>jonavark</dc:creator>
      <dc:date>2012-02-08T20:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing 1 with 100 is 0 why?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236027#M18740</link>
      <description>I am assuming the float only "floats" to the decmal places you give it...IDK you could be correct though.</description>
      <pubDate>Wed, 08 Feb 2012 21:04:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236027#M18740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-08T21:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dividing 1 with 100 is 0 why?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236028#M18741</link>
      <description>Guys, this IS working exactly as the help says it will.&lt;BR /&gt;&lt;BR /&gt;If BOTH operands are integer, the result is integer.&lt;BR /&gt;If EITHER (or both) are float, the result is float.&lt;BR /&gt;The number of decimal places is the smallest number of places capable of displaying the result (up to a point, after which you'll get a "scientific notation" result).&lt;BR /&gt;&lt;BR /&gt;You could always force the number of decimals by using formattedPrint, though unless you're trying to create fixed-width tabulated results it's not going to be particularly useful.&lt;P&gt;&lt;IMG class="migr-att-link" src="http://area.autodesk.com/userdata/forum/d/divideby.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2012 21:30:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/dividing-1-with-100-is-0-why/m-p/4236028#M18741</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2012-02-08T21:30:40Z</dc:date>
    </item>
  </channel>
</rss>

