Quantcast
Channel: Fast Lightweight Expression Evaluator
Viewing all articles
Browse latest Browse all 96

New Post: Solve equation like y=0.1*x

$
0
0
y=0.1*x is not a valid expression

you'll have to write it as 0.1*x and add an x variable

example
ExpressionContext context = new ExpressionContext();
context.Variables["X"] = 5;

IDynamicExpression e = context.CompileDynamic("0.1*x");

Viewing all articles
Browse latest Browse all 96

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>