Hi
I have a problem : when I want to debug I type my function in an Excel cell which takes as parameters S,K,T,r and the market price. K=81,2(in one of my Excel cell) but when I add a breakpoint in my code in C# the value of K is 81,9999999999832 and not 81,2 like in Excel.
How can I fix the same value in C# and Excel please?
I have a problem : when I want to debug I type my function in an Excel cell which takes as parameters S,K,T,r and the market price. K=81,2(in one of my Excel cell) but when I add a breakpoint in my code in C# the value of K is 81,9999999999832 and not 81,2 like in Excel.
How can I fix the same value in C# and Excel please?