User Tag List

Results 1 to 9 of 9

Thread: question about decimal numbers

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    May 2007
    Location
    Brazil
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    question about decimal numbers

    its possible to multiply decimal numbers using the double precision calculator or another math object?

  2. #2
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: question about decimal numbers

    I would say yes. Give an example of what you want to do. For example, how many decimal places after the period are needed?
    Range of numbers?

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    May 2007
    Location
    Brazil
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: question about decimal numbers

    I need to multiply 100 for 6,50 how to do it?

  4. #4
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: question about decimal numbers

    You don't need any specific object for that, just type 100 * 6.5 in the expression editor.

  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    May 2007
    Location
    Brazil
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: question about decimal numbers

    oh my...I was using , instead of .

  6. #6
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: question about decimal numbers

    Anyone know if the Counter object can use decimals? I could only get it to show an int.

  7. #7
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: question about decimal numbers

    Yes, it automatically displays decimals when it contains a floating point number. Just try Set Counter to 100*6.5, that will work.

    If you want to make sure it displays the decimals even if you set it to an integer value, multiply the integer value by 1.0, e.g. Set Counter to _expression_ * 1.0

    And play with the properties of the object to change the number of decimals to display.

  8. #8
    Clicker Multimedia Fusion 2 Developer

    Join Date
    May 2007
    Location
    Brazil
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: question about decimal numbers

    thanks everyone for the help

  9. #9
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: question about decimal numbers

    Thanks

Similar Threads

  1. BUG (Beta 257.17) Decimal numbers not calculating correctly
    By mobichan in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 29th April 2013, 01:02 PM
  2. Decimal numbers in Alterable Values?
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 1st January 2012, 04:05 PM
  3. I have a problem with decimal numbers
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 9th February 2009, 11:35 PM
  4. Decimal numbers
    By Muz in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 25th February 2008, 04:58 PM
  5. Storing Decimal Numbers as Alterable Values
    By Raphael in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 21st September 2006, 01:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •