float to int
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
float to int
could you write script float to int
- Labels:
-
Other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sorry,
GAZ, MAZ, ZIL etc - it is cars!
What do you want to calculate?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No script needed, use ceil() or floor() function depending on whether you you want the smallest larger or the largest smaller integer respectively.
Success1
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Or just use the round() function, which will round up or down according to the generally accepted rules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Richard Jackson wrote:
Or just use the round() function, which will round up or down according to the generally accepted rules.
We would have to use "Round" (capital R) because of the units.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
True. Actually also the case for Ceil and Floor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Do you really want to round up the result an assign Np an integer value or would you rather simply want the result to be DISPLAYED as an integer?
In the latter case you may resort to the Math formatting ribbon and select the appropriate Display precison.
