public override string ToString() { return(_arg.Compute().ToString()); }
protected double ComputeBase(IReadOnlyDictionary <string, double> variableValues = null) { return(_expr.Compute(variableValues)); }