in Excel if I have the following Values in row 1 cells A,B,C respectively
3.332125, 100%, 0%
and for Cell $D$1
I have the formula : =($A$1*$B$1*($C$1+100%)+0.16)
This gives a value of 3.492125
which is what I want. I need to convert this to a C# formula and the problem I have is interpreting the 100%.
Can anyone offer the equivalent in C#