User | Kudos |
---|---|
13 | |
7 | |
4 | |
2 | |
2 |
Currently, the "In Range and Coerce" function requires that the upper and lower limits be wired. Often I am only interested in coercing at one end of the range. It seems crazy to wire "-2147483648" to the lower limit of an I32 just to ignore that input and coerce the maximum...
I'd like to propose that this function allow unwired limits, and that unwired limits assume the maximum or minimum allowable values for the given datatype:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.