2
Answers

Problem with Math.Round()

Photo of Richardo Burton

Richardo Burton

4y
631
1
TableCell b4 = new TableCell { Text = "$" + Math.Round((cart.Amount * car.Price), 2) };
 
I get an error saying 'The call is ambiguousbetween the following methods and properties' 

Answers (2)