Hi,
How many bytes of storage does a real data type require? I'm trying to predict the filesize of a rather large file.
Also, is an integer data type sufficient for storing values which will range from 747 to 1646 inclusive. If not, would it store values between -255 and 644?
Thanks very much,
Froskoy.
How many bytes of storage does a real data type require? I'm trying to predict the filesize of a rather large file.
Also, is an integer data type sufficient for storing values which will range from 747 to 1646 inclusive. If not, would it store values between -255 and 644?
Thanks very much,
Froskoy.