Round function

jigarvyas_1
Member Posts: 8
Dear All,
I am not able to understand the round off function concept.
Suppose if the number is 1234.56789, precision=100 and direction '=',then what will be the round off of this value? kindly explain the answer also.
Thanks and regards,
Jigar Vyas
I am not able to understand the round off function concept.
Suppose if the number is 1234.56789, precision=100 and direction '=',then what will be the round off of this value? kindly explain the answer also.
Thanks and regards,
Jigar Vyas
0
Comments
-
dec := 1234.56789; message(format(round(dec,100,'=')));
The first operator of function round is the deciaml variable, the second say in which steps he should round, here ever 100, the 3-rd mean how to round. here nearest value.
So in your case 1234.56789 (if the . is a commata and after the . the numbers are decimal places) the result is 1200. Because round to 100 and = (to the nearest) 34 < 50 -> round down.
If 123456789 is the decimal value without decimal places, the result is 123456800 (89 > 50 -> round up to the next 100).
A little tip. For more informations open a nav object in design mode. Press now F5. The C/AL Symbol Menu is opened. On the Left side go to SYSTEM. in the middle to Numeric and on the right to Round. If round is "BLue" press F1. There is also a good help.
RegardsDo you make it right, it works too!0 -
garak wrote:A little tip. For more informations open a nav object in design mode. Press now F5. The C/AL Symbol Menu is opened. On the Left side go to SYSTEM. in the middle to Numeric and on the right to Round. If round is "BLue" press F1. There is also a good help.
=D> Fantastic Tip - Thanks saves a lot of clicking0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions