Variable Operators and Type Conversions
From Furcadia Framework
|
|
Variable Operators and Type Conversions |
Furcadia Framework For Third Party Programs |
This stuff is still in the planning stages. Any questions or Comments are welcome.
Top
[This is preliminary documentation and is subject to change.]
The Variable type exposes the following members.
Operators
| 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) |
Performs an implicit conversion from Variable to String.
| |
| (Variable to Double) |
Performs an implicit conversion from Variable to Double.
| |
| Inequality |
Implements the operator !=.
| |
| Multiply |
Implements the operator *.
| |
| Subtraction |
Implements the operator -.
|
See Also