Click or drag to resize
Accord.NET (logo)

RedBlackTreeTFindLessThanOrEqualTo Method

Overload List
  NameDescription
Public methodFindLessThanOrEqualTo(T)
Finds the greatest point in the tree that is less than or equal to (<=) k. In other words, finds either k or a number immediately below it.
Public methodFindLessThanOrEqualTo(RedBlackTreeNodeT, T)
Finds the greatest point in the subtree rooted at node that is less than or equal to (<=) k. In other words, finds either k or a number immediately below it.
Top
See Also