KovtunV / NoStringEvaluating

Fast low memory consuming mathematical evaluation without endless string parsing! Parses string formula once and uses its object sequence in each evaluation. Moreover, provides user defined functions and variables.
MIT License
28 stars 10 forks source link

Two fixes #6

Closed IvoTops closed 2 years ago

IvoTops commented 2 years ago

Added Constructors so that double?, datetime?, bool? becomes a typekey = null and not a typekey = object Fixed missing lock for thread safety in BaseValueKeeper