Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bytes

Status
Not open for further replies.

harpal

Technical User
Oct 3, 2001
115
GB
can some please tell how to work out how big this file is
2684362752 in megabytes please a formula would be nice

thanks
 
If this is the size in bytes :
2684362752 bytes / 1024 = 2621448 kb
2684362752 bytes / 1024 * 1024 = 25060 Mb
 
ledam

I have tried the same and have not got 25060mb
using your formula of 2684362752 bytes / 1024 * 1024 = 25060 Mb
 
Try this:

2684362752(bytes) / 1024 / 1024 = 2560Mb

Regards,

John
 
This the same !!!!
look :

2684362752
----------
1024 2684362752 * 1
------------------- = ----------------
1024 1024 * 1024
----
1

I have made a little tape error... there is no 0 and the result is 2560 not 25060...sorry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top