Round function use to rounding the real or decimal values .
Rounds off the decimal figure specified by arg to the nearest multiple of the decimal figure specified by decimals.
example of round function
Round(124.45,5.00) returns the value '126.00'.
Round(7.55,1.05) returns the value '7.45'.
Rounds off the decimal figure specified by arg to the nearest multiple of the decimal figure specified by decimals.
example of round function
Round(124.45,5.00) returns the value '126.00'.
Round(7.55,1.05) returns the value '7.45'.