Exemplo n.º 1
0
 private bool NeedsCutTreeNode()
 {
     if (nodeParent == null)
     {
         return(false);
     }
     return(!nodeParent.TestThreshold(NodeThreshold));
 }