Variable Class | 
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Monkeyspeak.Variable"]
Namespace: Monkeyspeak
The Variable type exposes the following members.
| Name | Description | |
|---|---|---|
| Variable | ||
| Variable(String, Boolean) | Initializes a new instance of the Variable class  | |
| Variable(String, Object, Boolean) | Initializes a new instance of the Variable class  | 
| Name | Description | |
|---|---|---|
| IsConstant | ||
| Name | ||
| Value | 
| Name | Description | |
|---|---|---|
| CheckType | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(IVariable) | ||
| GetHashCode | 
            Returns the hash code for this instance.
              (Overrides ObjectGetHashCode.) | |
| ToString | 
            Returns a const identifier if the variable is constant followed by name,
              (Overrides ObjectToString.)otherwise just the name is returned.  | 
| Name | Description | |
|---|---|---|
| Addition(Variable, Double) | ||
| Addition(Variable, String) | ||
| Division | ||
| Equality | ||
| (Variable to String) | ||
| (Variable to Double) | ||
| Inequality | ||
| Multiply | ||
| Subtraction | 
| Name | Description | |
|---|---|---|
| AsT | (Defined by ObjectExtensions.) | |
| ConvertToTable | (Defined by VariablesExtension.) |