Click or drag to resize
CVVUBinarySearch Method
Search numeric value in a VV.

Available since Oasis montaj version: 7.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The VV should be sorted.Search comparison is made on double comparison of the data.
Syntax
public static void BinarySearch(
	CGXNETCore gxNetShared,
	CVV vv,
	double val,
	ref int l_min,
	ref int l_max
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
val
Type: SystemDouble
Value to search for.
l_min
Type: SystemInt32
Minimum Location
l_max
Type: SystemInt32
Maximum Location
See Also