Term
|
Definition
Assigns the results of the expression on the right of the operator to the item to the left of the operator |
|
|
Term
|
Definition
Returns a truncated number |
|
|
Term
|
Definition
Information that is entered directly in the source doe and cannot change; similiar to literals |
|
|
Term
|
Definition
A whole number; a number with no fractional part |
|
|
Term
|
Definition
Returns only whole number portion of the division of integers |
|
|
Term
|
Definition
Used to hold text that describes objects on a form |
|
|
Term
Line-continuation character |
|
Definition
Tells the compiler to skip to the next line and treat the text there as if it were a part of the previous line |
|
|
Term
|
Definition
An operator is a symbol that performs specific actions in Visual Basic .NET statements |
|
|
Term
|
Definition
Returns the remainder of integer division |
|
|
Term
|
Definition
Values that are keyed directly in source code; similiar to hard-coded |
|
|
Term
|
Definition
The fields placed on dialog boxes and in other windows that allow the user to enter a value |
|
|
Term
|
Definition
Removes everything to the right of the decimal point |
|
|
Term
|
Definition
Performs negation, which means making a positive value a negative, or making a negative value positive |
|
|
Term
|
Definition
Takes numbers that are in a text format and returns a numeric value that can be used in calculations |
|
|