Click or drag to resize
CCHIMERACategorizeByValue Method
Transform values to the index of input data ranges.

Available since Oasis montaj version: 6.1.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
A list of minima (e.g. M1, M2, M3, M4, M5) is input. A list of values V is input and transformed to outputs N in the following manner: if(V) >= M5) N = 5 else if(V) >= M4) N = 4 ... ... else if(V) >= M1) N = 1 else N = 0
Syntax
public static void CategorizeByValue(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Input range minima
oVV2
Type: GeoEngine.Core.GXNetCVV
Input data VV. (REAL)
oVV3
Type: GeoEngine.Core.GXNetCVV
Output (altered) VV.(REAL)
See Also