Term Operators and Type Conversions
From Fabrica Bolos GLPK
The Term type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| Addition(Double, Term) |
Implements the operator +.
| |
| Addition(Term, Term) |
Implements the operator +.
| |
| Addition(Term, Variable) |
Implements the operator +.
| |
| Addition(Term, Double) |
Implements the operator +.
| |
| Addition(Variable, Term) |
Implements the operator +.
| |
| ImplicitWideningImplicitImplicitImplicit(Variable to Term) | ||
| Multiply(Double, Term) |
Implements the operator *.
| |
| Multiply(Term, Term) |
Implements the operator *.
| |
| Multiply(Term, Variable) |
Implements the operator *.
| |
| Multiply(Term, Double) |
Implements the operator *.
| |
| Multiply(Variable, Term) |
Implements the operator *.
| |
| Subtraction(Double, Term) |
Implements the operator -.
| |
| Subtraction(Term, Term) |
Implements the operator -.
| |
| Subtraction(Term, Variable) |
Implements the operator -.
| |
| Subtraction(Term, Double) |
Implements the operator -.
| |
| Subtraction(Variable, Term) |
Implements the operator -.
| |
| UnaryNegation |
Implements the operator -.
|