Changes

Jump to: navigation, search
Double Variable
The Visual Basic ''Double'' variable is used to store either very large numbers, or small numbers requiring more than 28 decimal places. To be precise Visual basic Double varaibles can store positive numbers in the range 4.94065645841246544E-324 to 1.79769313486231570E+308 and negative numbers from -1.79769313486231570E+30 to -4.94065645841246544E-324.
''Double'' variables are typically used whne when developing scientific applications using Visual Basic and , as such, are generally not used by the average developer.
== Integer Variable ==

Navigation menu