Zebra0.com

csharpGlossary for C#: variables

Glossary for C#: variables

Learn C# (C sharp) in FREE step-by-step lessons.

assign: This statement assigns a new value to a variable.
   Assign means to give a value to a variable.
C# Types and Variables: reference: C# Types and Variables
   Microsoft Reference
declare: Syntax for statement to declare a variable
   Declaring Variables
double: A double is a value with decimal places
global: A global variable can be accessed, changed, or modified anywhere in the program.
   Global Variables
integer: a whole number (no decimal places)
localdirectory: This shows how to store pictures or other files in the local directory
   Using the local directory
name-drill: Self study drill to make sure you understand
   Drill on Names
names: Rules and guidelines for naming variables
   Variable Names
type-drill: Self study drill to make sure you understand
   Drill on type
types and variables reference: C# Types and Variables
   Microsoft Reference
type: Object types
   Variable Types
variables and types reference: C# Types and Variables
   Microsoft Reference
variables: Variable definition, types, and how to declare variables
   Variables
Full Glossary