Delphi Basics : Round command
Delphi Basics Round Function Rounds a floating point number to an integer System unit function Round ( const Number : Extended ) : Int64; Description The Round function rounds a floating point Number to an Integer value. The rounding uses Bankers rules, w...