I'm doing a mobile application for android requests in Delphi XE6, in this application I make a discount calculation, which divides the amount of Discount given by 100 minus the total value, but the value of the price is already coming brittle from the base of customer data ex: 11,568.
I wanted to know how do I round this value?!?!; I found examples using 'round' but it rounds off the values.