Algebra.QL.Extensions.Print.Expr.AvgExpr.AvgExpr C# (CSharp) Method

AvgExpr() public method

public AvgExpr ( string s ) : System.Collections.Generic
s string
return System.Collections.Generic
        public AvgExpr(string s)
        {
            VarName = s;
        }