I have three methods that I call to do some number crunching that are as follows
results.LeftFront.CalcAi(); results.RightFront.CalcAi(); results.RearSus
In .NET 4, Microsoft introduced the Task Parallel Library which was designed to handle this kind of problem, see Parallel Programming in the .NET Framework.