Expression Methods

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The Expression type exposes the following members.

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.
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 methodStatic memberSum(IEnumerable<(Of <<'(Double>)>>))
Sums up the specified values.
Public methodStatic memberSum(IEnumerable<(Of <<'(Expression>)>>))
Sums the specified expressions.
Public methodStatic memberSum(IEnumerable<(Of <<'(Term>)>>))
Sums the specified terms.
Public methodStatic memberSum(IEnumerable<(Of <<'(Variable>)>>))
Sums the specified variables.
Public methodStatic memberSum(Int32, Int32, Func<(Of <<'(Int32, Expression>)>>))
Sums the specified range of expressions.
Public methodStatic memberSum(Int32, Int32, Func<(Of <<'(Int32, Term>)>>))
Sums the specified range of terms.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also