Returns the value of the objective function.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double ObjectiveValue { get; }
Visual Basic (Declaration)
Public ReadOnly Property ObjectiveValue As Double
Visual C++
public:
property double ObjectiveValue {
	double get ();
}

Field Value

A double scalar containing the value of the objective function.

See Also