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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CVV vv_r,
	CVV vv_i,
	CVV vv_o
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_r
Type: GeoEngine.Core.GXNetXCVV
Input range minima
vv_i
Type: GeoEngine.Core.GXNetXCVV
Input data VV. (REAL)
vv_o
Type: GeoEngine.Core.GXNetXCVV
Output (altered) VV.(REAL)
See Also