ConstantExpression Operators and Type Conversions
From Fabrica Bolos GLPK
| Optimization Framework |
| ConstantExpression Operators and Type Conversions |
| ConstantExpression Class See Also Send Feedback |
Operators
| Name | Description | |
|---|---|---|
| Addition(Double, ConstantExpression) |
Implements the operator +.
| |
| Addition(ConstantExpression, Double) |
Implements the operator +.
| |
| ImplicitWideningImplicitImplicitImplicit(Double to ConstantExpression) |
Performs an implicit conversion from Double to ConstantExpression.
| |
| ImplicitWideningImplicitImplicitImplicit(Int32 to ConstantExpression) |
Performs an implicit conversion from Int32 to ConstantExpression.
| |
| Multiply(Double, ConstantExpression) |
Implements the operator *.
| |
| Multiply(ConstantExpression, Double) |
Implements the operator *.
| |
| Subtraction(Double, ConstantExpression) |
Implements the operator -.
| |
| Subtraction(ConstantExpression, Double) |
Implements the operator +.
|