Term Operators and Type Conversions

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The Term type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition(Double, Term)
Implements the operator +.
Public operatorStatic memberAddition(Term, Term)
Implements the operator +.
Public operatorStatic memberAddition(Term, Variable)
Implements the operator +.
Public operatorStatic memberAddition(Term, Double)
Implements the operator +.
Public operatorStatic memberAddition(Variable, Term)
Implements the operator +.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Variable to Term)
Performs an implicit conversion from Variable to Term.
Public operatorStatic memberMultiply(Double, Term)
Implements the operator *.
Public operatorStatic memberMultiply(Term, Term)
Implements the operator *.
Public operatorStatic memberMultiply(Term, Variable)
Implements the operator *.
Public operatorStatic memberMultiply(Term, Double)
Implements the operator *.
Public operatorStatic memberMultiply(Variable, Term)
Implements the operator *.
Public operatorStatic memberSubtraction(Double, Term)
Implements the operator -.
Public operatorStatic memberSubtraction(Term, Term)
Implements the operator -.
Public operatorStatic memberSubtraction(Term, Variable)
Implements the operator -.
Public operatorStatic memberSubtraction(Term, Double)
Implements the operator -.
Public operatorStatic memberSubtraction(Variable, Term)
Implements the operator -.
Public operatorStatic memberUnaryNegation
Implements the operator -.

See Also