Operators_T_Furcadia_Net_Web_Variable - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [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 ==. |
![]()
|
Implicit(Variable to String) | Performs an implicit conversion from Variable to String. |
![]()
|
Implicit(Variable to Double) | Performs an implicit conversion from Variable to Double. |
![]()
|
Inequality | Implements the operator !=. |
![]()
|
Multiply | Implements the operator *. |
![]()
|
Subtraction | Implements the operator -. |
