Skip to main content

Posts

Showing posts with the label use of round in axapta

Use of round function in axapta

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'.