/// <summary> /// Adds the mult operation between the child i and i+1. /// </summary> public void AppendMultOperation(MultOps operation) { m_operations.Add(operation); }