CompactQuasiNewtonSolver.SolutionValue Property

Gets the function value at the solution point.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SolutionValue As Double
    Get
public virtual double SolutionValue { get; }
public:
virtual property double SolutionValue {
    double get ();
}
abstract SolutionValue : float
override SolutionValue : float
function get SolutionValue () : double

Property Value

Type: System.Double
The functional value at the solution point.

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolver Class

CompactQuasiNewtonSolver Members

Microsoft.SolverFoundation.Solvers Namespace