Click or drag to resize

SoftHeapTKey, TValue Constructor (Double, TKey, FuncTKey, TKey, Int32)

Namespace:  QuickGraph.Collections
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public SoftHeap(
	double maximumErrorRate,
	TKey keyMaxValue,
	Func<TKey, TKey, int> comparison
)

Parameters

maximumErrorRate
Type: SystemDouble
keyMaxValue
Type: TKey
comparison
Type: SystemFuncTKey, TKey, Int32
See Also