Click or drag to resize
Accord.NET (logo)

KDTreeNodeCollectionTNode Properties

The KDTreeNodeCollectionTNode generic type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets or sets the maximum number of elements on this collection, if specified. A value of zero indicates this instance has no upper limit of elements.
Public propertyCount
Gets the number of elements in this collection.
Public propertyFarthest
Gets the farthest node in the collection (with greatest distance).
Public propertyIsReadOnly
Gets a value indicating whether this instance is read only. For this collection, always returns false.
Public propertyItem
Gets the NodeDistanceTNode at the specified index. Note: this method will iterate over the entire collection until the given position is found.
Public propertyMaximum
Gets the maximum distance between a node in this collection and the query point.
Public propertyMinimum
Gets the minimum distance between a node in this collection and the query point.
Public propertyNearest
Gets the nearest node in the collection (with smallest distance).
Top
See Also