Click or drag to resize

QuadTreeTItemTopRightChild Property

The top 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>? TopRightChild { get; }

Property Value

QuadTreeTItem
See Also