User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 18 of 18

Thread: working with Big, Big Numbers..

  1. #11
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: working with Big, Big Numbers..

    BTW to convert to gigabytes, use the number 1073741824 instead ..

  2. #12
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: working with Big, Big Numbers..

    It works for me on Windows XP.
    .:::.Joshtek.:::.

  3. #13
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: working with Big, Big Numbers..

    Update:

    If you use the Total Space expression, that works.. It seems to be an error with the get FreeSpace expression ..

    Can anyone else verify?

    -Mel

  4. #14
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: working with Big, Big Numbers..

    It's probably trying to return the size as a 32-bit integer (i.e. limited to 2 GB). Using 32-bit floating point numbers the number is nearly unlimited, but isn't perfectly accurate (this is probably what the total space expression is returning).

  5. #15
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: working with Big, Big Numbers..

    Melligeorgiou, try to add ".0" at the end of your operator. But I think your conversion is false :
    39991275520/1048576.0


  6. #16
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: working with Big, Big Numbers..

    The above assumes that the first value is in 'bytes'. It definately works with the TotalSpace expression. I have a feeling that the freespace expression is in a different format (i think you said they were in 'bits'?)

    I'll fiddle around with it a bit more..

    BTW - I'm pretty sure the conversion is right (unless I've made some silly mistake! LOL), I was getting my conversion information here:
    http://familyinternet.about.com/cs/computinghelp/l/aa052401a.htm

    -Mel

  7. #17
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: working with Big, Big Numbers..

    Total space of kernel is not in bytes but in bits !
    So like I've said it's wrong I think.

  8. #18
    No Products Registered

    Join Date
    Jul 2006
    Location
    London - UK
    Posts
    427
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: working with Big, Big Numbers..

    LOL .. But the conversion I'm using is for 'bytes' .. And it works perfectly for Total Space, just not freespace? LOL

    1,073,741,824 Bytes = 1 Gigabyte (GB) ..so to find the GB value, you need to:

    'DiskTotalSpace / 1073741824.0'

    When I do the above and compare to the 'byte' value in the properties for the C drive, the byte value is the same in both MMF and the C properties .. So it must be right?

    Are you sure the Total Space is not in bytes, and the free space is in bits? If I'm doing something obviously silly, someone tell me! haha

    -Mel

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Random Numbers and expiring the result numbers.
    By Corlen in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 26th April 2013, 04:11 PM
  2. Random Numbers Greater then Random Numbers...
    By Hordolur in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 15th April 2009, 06:24 AM
  3. hex numbers?
    By Chokito in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 1st August 2008, 05:39 PM
  4. How do I get only these numbers: 2 to 48?
    By Dynamite in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 19th December 2007, 10:27 AM
  5. working with numbers...
    By novelidea in forum Multimedia Fusion 2 - Technical Support
    Replies: 18
    Last Post: 6th October 2007, 12:33 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
  •