mrxrsd
Results
4
issues of
mrxrsd
Hi, I've tried to declare my generics type in known types but with no luck. First I've tried that way: ```csharp public class KnownTypesProvider : IKnownTypesProvider { private static List...
potential bug
Hi, Is it possible to add constant vars when build a function? something like this: var fn = calc.ParseFunction("a+b+c"); fn.Variables.Add("a",1); fn.Variables.Add("b",1); var compileFn = fn.Compile(); var result = compileFn(new Dictionary...
question