Click or drag to resize

QuadTreeTItemBottomRightChild Property

The bottom right child of this node of the quad tree (or null if it not exists).

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public QuadTree<TItem>? BottomRightChild { get; }

Property Value

QuadTreeTItem
See Also