Click or drag to resize

LinearConstraintRightHandSide Property

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double RightHandSide { get; set; }

Property Value

Double
See Also