OptimizerMultivariableFunctionResultsGetCostFunctionValue Method  | 
 
            Returns cost function values computed by the 
function.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double? GetCostFunctionValue()
Public Function GetCostFunctionValue As Double?
public:
Nullable<double> GetCostFunctionValue()
member GetCostFunctionValue : unit -> Nullable<float> 
Return Value
Type: 
NullableDoubleThe value of the function evaluation.
See Also