ExpressionEvaluator
                                
                                 ExpressionEvaluator copied to clipboard
                                
                                    ExpressionEvaluator copied to clipboard
                            
                            
                            
                        Evaluating expressions on arrays.
Hi,
Recently came across numexpr https://github.com/pydata/numexpr
that can do expressions on arrays eg. 3*a+4*b where a and b are arrays.
Is this kind of expression possible in ExpressionEvaluator.
if not can we get it done using linq or  a lambda expression.