Operators_T_Furcadia_Net_Web_Variable - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Variable Operators and Type Conversions

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.

Operators

 

Name Description
Public operatorStatic member Addition(Variable, Double) Implements the operator +.
Public operatorStatic member Addition(Variable, String) Implements the operator +.
Public operatorStatic member Division Implements the operator /.
Public operatorStatic member Equality Implements the operator ==.
Public operatorStatic member Implicit(Variable to String) Performs an implicit conversion from Variable to String.
Public operatorStatic member Implicit(Variable to Double) Performs an implicit conversion from Variable to Double.
Public operatorStatic member Inequality Implements the operator !=.
Public operatorStatic member Multiply Implements the operator *.
Public operatorStatic member Subtraction Implements the operator -.
  Back to Top

See Also

Reference

Variable Class
Furcadia.Net.Web Namespace

⚠️ **GitHub.com Fallback** ⚠️