+ 1
Mathematical operations, Math.ceil property
Since I want an output of 14.45, I have p=14.445, If i use Output=Math.Round(p,2) ; I get the output of 14.44, I couldn't able to use math.ceiling here because it consists of two arguments, Is there is any way of getting output of 14.45?
6 odpowiedzi
+ 6
This might also be helpful to review.
https://docs.microsoft.com/en-us/dotnet/api/system.midpointrounding?view=netcore-3.1
+ 4