Largest Variable for the Long variable type 
Author Message
 Largest Variable for the Long variable type

I was wondering if anyone could tell me the largest value for the long, and
double variable types.. thanks

Stephen



Mon, 07 Jul 2003 12:33:28 GMT  
 Largest Variable for the Long variable type
Hi

Long... 4 bytes...  -2,147,483,648 to 2,147,483,647

Double... 8 bytes...  -1.79769313486232E308 to
-4.94065645841247E-324 for negative values; 4.94065645841247E-324 to
1.79769313486232E308 for positive values

--
Tom
--------------------------------------------------------------------------
http://engines2go.com - Fast access to all the major search engines.
No Ads, Pictures or Banners.


Quote:
> I was wondering if anyone could tell me the largest value for the long,
and
> double variable types.. thanks

> Stephen




Mon, 07 Jul 2003 13:26:29 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. SQL Server 2000 - large variable sized data type?

2. The value of a variable (String type) is the name of a variable

3. Cannot assign a variable declared as a string to a variable declared as data type

4. Variable type of variable?

5. Need VERY large numeric variables (maybe as large as 1MB)

6. Type mismatch when comparing session variable to page variable

7. print variable, variable, variable etc

8. Setting a variable to the largest record value.

9. Large Variable Arrays

10. Sorting a large variable list VERY quickly.

11. Insufficient Variable Space and a Large Project?

12. large amount text into variable

 

 
Powered by phpBB® Forum Software