MinConGenLinObjectiveValue Property |
Returns the value of the objective function.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ObjectiveValue { get; }
Public ReadOnly Property ObjectiveValue As Double
Get
public:
property double ObjectiveValue {
double get ();
}
member ObjectiveValue : float with get
Property Value
Type:
Double
A
double scalar containing the value of the objective
function.
See Also