Is it possible to parse min and max functions?

142 Views Asked by At

As per title, is it possible to parse and evaluate the min and max functions?

As example:

Expression e = Infix.ParseOrThrow("min(L,B)");

It throws: enter image description here

0

There are 0 best solutions below