ConstantExpression Members

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The ConstantExpression type exposes the following members.

Constructors

  NameDescription
Public methodConstantExpression
Initializes a new instance of the ConstantExpression class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEvaluate
Evaluates the expression using the specified variable values.
(Inherited from Expression.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().)

Operators

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

Properties

  NameDescription
Public propertyConstant
Gets the constant.
(Overrides Expression..::..Constant.)
Public propertyExpressionLowerEstimate
Gives a lower estimate on the value of an Expression. ToDO: Very experimental. Should be able to estimate linear combinations of variables with finite bounds. In the default case -infinity is returned!
(Inherited from Expression.)
Public propertyExpressionUpperEstimate
Gives an upper estimate in the value of an Expression. ToDO: Very experimental. Should be able to estimate linear combinations of variables with finite bounds. In the default case -infinity is returned!
(Inherited from Expression.)
Public propertyisLinear
Gets or sets a value indicating whether this instance is linear.
(Overrides Expression..::..isLinear.)
Public propertyTerms
Gets the terms.
(Overrides Expression..::..Terms.)
Public propertyVariables
Gets the variables.
(Overrides Expression..::..Variables.)

See Also