ILNumerics Ultimate VS

AVLTreeNext Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Find next higher key

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

Parameters

key
Type: SystemUInt64
Key to find

Return Value

Type: UInt64
The key with the next higher value compared with key, or 0 if no such key exists
Remarks

[ILNumerics Core Module]

See Also

Reference