Abs Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Returns an Expression object respresenting the absolute value of the specified expression.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public static Expression Abs(
	Expression expression,
	double bigM
)
Visual Basic
Public Shared Function Abs ( _
	expression As Expression, _
	bigM As Double _
) As Expression
Visual C++
public:
static Expression^ Abs(
	Expression^ expression, 
	double bigM
)

Parameters

expression
Type: Optimization..::..Expression
The expression.
bigM
Type: System..::..Double
Large number, only used if the bounds of the variables of the expressions are non-finite

Return Value

[Missing <returns> documentation for "M:Optimization.Model.Abs(Optimization.Expression,System.Double)"]

See Also