MultivariableFunctionSolverStepResultTResults, TDerivativeResultsFunctionValue Property |
Gets the multivariable function evaluation results.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TResults FunctionValue { get; }
Public ReadOnly Property FunctionValue As TResults
Get
public:
property TResults FunctionValue {
TResults get ();
}
member FunctionValue : 'TResults with get
Property Value
Type:
TResultsSee Also