An NDoc Documented Class Library

Storage.lincon.consrhs Field

name="consrhs" Right hand side of the linear constriaints.

[Visual Basic]
Public consrhs As Double()
[C#]
public double[] consrhs;
[C++]
public: double consrhs __gc[];
[JScript]
public var consrhs: double[];

See Also

Storage.lincon Structure | CommodityStorage.Storage Namespace