Getting Error While Multiplying The Value

HI,

Input - 1186.37

I need to multiply with (0.94) The Answer would be like - 1,115.1878

But i need only 1,115.18 as final output

I tried this expression - Math.Round(Variable,2) …But it was getting like 1,115.19 Instead of 1,115.18

Thanks,
Rishi

CDbl(“1115.1878”).Tostring(“N2”)

Hey @Gangadhar_Athili

I was getting the same issue… Attched screenshot below.

image

image