Variable Operators and Type Conversions

FFF3PP

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
  NameDescription
Public operatorStatic memberAddition(Variable, Double)
Implements the operator +.
Public operatorStatic memberAddition(Variable, String)
Implements the operator +.
Public operatorStatic memberDivision
Implements the operator /.
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic member(Variable to String)
Performs an implicit conversion from Variable to String.
Public operatorStatic member(Variable to Double)
Performs an implicit conversion from Variable to Double.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberMultiply
Implements the operator *.
Public operatorStatic memberSubtraction
Implements the operator -.
Top
See Also