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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The VV should be sorted.Search comparison is made on double comparison of the data.
Syntax
public static void BinarySearch(
	CVV oVV1,
	double d2,
	ref int i3,
	ref int i4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV
d2
Type: SystemDouble
value to search for.
i3
Type: SystemInt32
Minmum Location
i4
Type: SystemInt32
Maximum Location
See Also