SolvableMultivariableFunctionApplyResults Method |
For
SolvableMultivariableFunctions that have
state, there may be times when that state should be manually set on a function (sometimes
for performance reasons, when the function will be called multiple times and it should
start from where it left off). This method will manually set that state, if needed.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual void ApplyResults(
SolvableMultivariableFunctionResults results
)
Public Overridable Sub ApplyResults (
results As SolvableMultivariableFunctionResults
)
public:
virtual void ApplyResults(
SolvableMultivariableFunctionResults^ results
)
abstract ApplyResults :
results : SolvableMultivariableFunctionResults -> unit
override ApplyResults :
results : SolvableMultivariableFunctionResults -> unit
Parameters
- results
- Type: AGI.Foundation.NumericalMethodsSolvableMultivariableFunctionResults
The results to apply.
See Also