Click or drag to resize
CCHIMERACategorizeByValueDetLimit Method
Transform values to the index of input data ranges, with detection limit.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Same as CategorizeByValue_CHIMERA, but if the input value is less than the detection limit, the output value is set to zero.
Syntax
public static void CategorizeByValueDetLimit(
	CVV oVV1,
	CVV oVV2,
	double d3,
	CVV oVV4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Input range minima
oVV2
Type: GeoEngine.Core.GXNetCVV
Input data VV. (REAL)
d3
Type: SystemDouble
Detection limit (can be rDUMMY)
oVV4
Type: GeoEngine.Core.GXNetCVV
Output (altered) VV.(REAL)
See Also