ISmQuadraticProgramming.OptimalFunctionValue

Fore Syntax

OptimalFunctionValue: Double;

Fore.NET Syntax

OptimalFunctionValue: double;

Description

The OptimalFunctionValue property returns the criterion function value that corresponds to the found solution.

Comments

This property is relevant is the method was calculated without errors.

Fore and Fore.NET Examples

Property use is given in the examples for ISmQuadraticProgramming.CriterionFunction.

See also

ISmQuadraticProgramming