Hi I'm trying to use the Microsoft.VisualBasic IRR function, but to no success.
double[] values = new double[73];
for (int j = 1; j <= 73; j++)
{
values[j] = C158_Calc;
}
B162_Calc = Financial.IRR(values, 0.1) * 12;
I'm having trouble in this line:
B162_Calc = Financial.IRR(values, 0.1) * 12;
I'm not sure how to call the values