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