Ejemplo n.º 1
0
 public int CountThan(int index, sortType key)
 {
     fastCSharp.searchTree <sortType, valueType> tree = array[index].Value;
     return(tree != null?tree.CountThan(key) : 0);
 }
Ejemplo n.º 2
0
 public int CountThan(sortType key)
 {
     return(tree.CountThan(key));
 }