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