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