Introduction - If you have any usage issues, please Google them yourself
C# programming
A loan contract, need to choose good loan specified amount, loan fixed number of year and loan annual rate
Tip: use structure function, loan specified amount, loan fixed number of year and loan annual interest rate as parameters
Can easily get the following information:
Loan specified amount
Years loan, loan months
Annual interest rate loans, loans month
Month payment
Monthly balance
Tip: use the method or property to achieve. R in the balance available indexers realize.
Loan months = loan × 12 years
Loan month = loan annual rate/12
Month payment = loan specified amount × month/(1- power ((1+ monthly interest rate),- loan months).
Produced balance for:
0 month balance: loan specified amount
A month after the balance = last month balance... (1+ month)- month payment