Overload | Description |
---|---|
BreakingPoint(Debt,AnnualInterest) | Gets the time point from now when the estimated cost-to-not-fix the debt will reach the estimated cost-to-fix the debt. This time point is named the breaking point. |
BreakingPoint(Nullable<Debt>,AnnualInterest) | Gets the time point from now when the estimated cost-to-not-fix the debt will reach the estimated cost-to-fix the debt. This time point is named the breaking point. |
BreakingPoint(Nullable<Debt>,Nullable<AnnualInterest>) | Gets the time point from now when the estimated cost-to-not-fix the debt will reach the estimated cost-to-fix the debt. This time point is named the breaking point. |
BreakingPoint(Debt,Nullable<AnnualInterest>) | Gets the time point from now when the estimated cost-to-not-fix the debt will reach the estimated cost-to-fix the debt. This time point is named the breaking point. |