Gets and sets the right hand side, rhs, of the constraint expression c0*x0 + c1*x1 + ... + cn*xn >= (==) rhs

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double RightHandSide { get; set; }
Visual Basic (Declaration)
Public Property RightHandSide As Double
Visual C++
public:
property double RightHandSide {
	double get ();
	void set (double value);
}

See Also