EquationSolver.TargetFunction Property

Gets or sets the target function for the EquationSolver.

Definition

Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Func<double, double> TargetFunction { get; set; }

Property Value

Func<Double, Double>
A delegate that represents a function of one variable delegate.

See Also