Skip to content

v1.0.25

Compare
Choose a tag to compare
@zzzprojects zzzprojects released this 02 Nov 20:34
· 343 commits to master since this release

Download the library here

FIXED: Method throwing ambiguous error when an overload had an enum

Example:

var test = Eval.Execute("Round(3, 2);", x);

was throwing an error since both methods:

  • Math.Round(double, int)
  • Math.Round(double, MidpointRounding)

had the same parameter power for the second parameter.

We increased the parameter power when a conversion (int to enum, enum to int) is required.

PRO Version unlocked for the current month (Unlimited characters)