ILNumerics Ultimate VS

AVLTreeAdd Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Check and add a key to the collection

[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 Add(
	ulong key
)

Parameters

key
Type: SystemUInt64
Key
Remarks

The function makes sure, the key is stored in the tree.

[ILNumerics Core Module]

See Also

Reference