Click or drag to resize
CVVUClipToDetectLimit Method
Apply detection limit clipping of data.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Flow: 1. If auto-converting negatives, then all negative values are replaced by -0.5*value, and detection limit is ignored. 2. If not auto-converting negatives, and the detection limit is not rDUMMY, then values less than the detection limit are converted to one-half the detection limit. This function is identical to ClipToDetectLimit_CHIMERA.
Syntax
public static void ClipToDetectLimit(
	CVV oVV1,
	double d2,
	int i3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Input data vv (altered).
d2
Type: SystemDouble
Detection limit
i3
Type: SystemInt32
Auto-convert negatives?
See Also