Variable Operators and Type Conversions |
[This is preliminary documentation and is subject to change.]
The Variable type exposes the following members.
Name | Description | |
---|---|---|
Addition(Variable, Double) |
Implements the operator +.
| |
Addition(Variable, String) |
Implements the operator +.
| |
Division |
Implements the operator /.
| |
Equality |
Implements the operator ==.
| |
(Variable to String) | ||
(Variable to Double) | ||
Inequality |
Implements the operator !=.
| |
Multiply |
Implements the operator *.
| |
Subtraction |
Implements the operator -.
|