View Single Post
  #1 (permalink)  
Old 29-11-2007, 08:01
Ben Ben is offline
Premium Member
 
Join Date: Jan 2007
Location: United Kingdom
Posts: 632
Send a message via AIM to Ben Send a message via MSN to Ben Send a message via Yahoo to Ben
Default Common Data Types

I am reading beginning ASP.NET in VB 2005 - and I am currently on Common Data Types, page 24. there are a few data types I don't understand.

Int64 = An integer from -9.2e18 to 9.2e18;
Single = -3.4e38 to 3.4e38;
Double = -1.8e308 to 1.8e308

The thing I don't understand is what the letters inside the integer for? Any help will be greatly appreciated.

Cheers.
Reply With Quote