How to use Min/Max function with MathExpressionConverter? #2384
-
I noticed that the documentation supports a variety of operators, but there are no examples, I don't know how to use these operators, the examples are only simple ones such as add, subtract, multiply, divide, how do I use them for functions such as min, round? |
Beta Was this translation helpful? Give feedback.
Answered by
stephenquan
Dec 17, 2024
Replies: 1 comment 4 replies
-
Some references:
You see that they're both thin wrappers of Math.Min and Math.Round respectively. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That code snippet looks correct. Perhaps the error is in code you haven't shared?