|  | EqualityConstrainedQPProblemb Property | 
            Gets and sets the right hand side vector for the linear equality
            constraints.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector b { get; set; }Public Property b As DoubleVector
	Get
	Set
public:
property DoubleVector^ b {
	DoubleVector^ get ();
	void set (DoubleVector^ value);
}member b : DoubleVector with get, set
Property Value
DoubleVector See Also
See Also