- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 03:07 AM
Are there any functions in glide system that provide the floor and ceil functionality.
Like:
var a= 48.5 or 48.2 or 48.8
I need the answer =48
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 03:12 AM
Hi Ankit,
use Math.floor(a) or Math.ceil(a). These are ECMA 3 complaint and supported by service now.
Regards,
Avinash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 03:12 AM
Hi Ankit,
use Math.floor(a) or Math.ceil(a). These are ECMA 3 complaint and supported by service now.
Regards,
Avinash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 03:34 AM
Check below too:-
Mark Correct if it solved your issue or hit Like and Helpful if you find my response worthy.
Thanks,
Deepa