Class GoalSeek
Goal seek.
public class GoalSeek
- Inheritance
-
GoalSeek
- Inherited Members
Constructors
GoalSeek()
public GoalSeek()
Properties
MaxIterations
Gets or sets max iterations.
public int MaxIterations { get; set; }
Property Value
Methods
TryCalculate(CellRange, double, CellRange)
Try goal seek calculate.
public GoalSeekResult TryCalculate(CellRange targetCell, double targetValue, CellRange variableCell)
Parameters
Returns
TryCalculate(CellRange, double, CellRange, double)
Try goal seek calculate.
public GoalSeekResult TryCalculate(CellRange targetCell, double targetValue, CellRange variableCell, double guess)