Equation Solver.Target Function Property
Gets or sets the target function for the EquationSolver.
Definition
Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
A delegate that represents a function of one variable delegate.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public Func<double, double> TargetFunction { get; set; }
Property Value
Func<Double, Double>A delegate that represents a function of one variable delegate.