Class GoalSeekResult
Goal seek calculate result.
public class GoalSeekResult
- Inheritance
-
GoalSeekResult
- Inherited Members
Properties
GuessResult
Gets the guess result value.
public double GuessResult { get; }
Property Value
Iterations
Gets the iterations.
public int Iterations { get; }
Property Value
TargetCellName
Gets the name of target cell.
public string TargetCellName { get; }
Property Value
TargetValue
Gets the target value.
public double TargetValue { get; }
Property Value
VariableCellName
Gets the name of variable cell.
public string VariableCellName { get; }
Property Value
Methods
Determine()
Determine the result.
public void Determine()