Click or drag to resize

Selectionquickselect Method

make a quick selection

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double quickselect(
	double[] a,
	int l,
	int r,
	int key
)

Parameters

a
Type: SystemDouble

[Missing <param name="a"/> documentation for "M:Karamba.Utilities.AABBTrees.Selection.quickselect(System.Double[],System.Int32,System.Int32,System.Int32)"]

l
Type: SystemInt32

[Missing <param name="l"/> documentation for "M:Karamba.Utilities.AABBTrees.Selection.quickselect(System.Double[],System.Int32,System.Int32,System.Int32)"]

r
Type: SystemInt32

[Missing <param name="r"/> documentation for "M:Karamba.Utilities.AABBTrees.Selection.quickselect(System.Double[],System.Int32,System.Int32,System.Int32)"]

key
Type: SystemInt32

[Missing <param name="key"/> documentation for "M:Karamba.Utilities.AABBTrees.Selection.quickselect(System.Double[],System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Karamba.Utilities.AABBTrees.Selection.quickselect(System.Double[],System.Int32,System.Int32,System.Int32)"]

See Also