public IVariable FindVariableById(UInt32 id) { if (mathExp != null) { return(mathExp.GetVariableByID(id)); } return(null); }