Hey guys!
I am trying to write an expression that will tell me if a number x is larger than two other numbers. For example:
I want to know if x > 1830 and if x is >2750 at the same time. And have a True or False return.
Does anybody know if this can be done and how?
Tom_P
2
or for components check Math → Operators, “Gate And”
1 Like
2750 > 1830 so if x > 2750 than it is for sure > 1830
2 Likes
Thank you! I Think that the Gate And component did the trick.
inno
5
you can use Evaluate component or Expression component
Tom_P
6
the operators already return true or false…
keep it simple and do all the logic in one expression:
zoom close enough to add more input / output connectors.
3 Likes