ILNumerics Ultimate VS

AVLTreeRemove Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Remove key from tree

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.MemoryLayer
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public void Remove(
	ulong key
)

Parameters

key
Type: SystemUInt64
Key to be removed
Remarks

The function makes sure that the tree does not contain a node with the given key.

[ILNumerics Core Module]

See Also

Reference