Skip to main content
Archived

@round() inside PointCloudExpressionEvaluator

Related products:Transformers
  • May 8, 2017
  • 2 replies
  • 26 views

gabriel_hirsch
Contributor
Forum|alt.badge.img+14

It would be good to have the ability to use the math function @round() inside the PointCloudExpressionEvaluator transformer. I would use it to round Z values but @floor() and @ceil() is not the same thing

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • May 8, 2017
Hi @gabriel_hirsch, the @int8, @int16, @int32, @int64, @uint8, @uint16, @uint32, and @uint64 functions convert a numeric value to an integer by rounding, unlike the @int function.

 

'

See also here: FME Workbench Help | Math Functions

gabriel_hirsch
Contributor
Forum|alt.badge.img+14

Nice! That solves the problem. But why isn't @round() available?