 | CCHIMERACategorizeByValueDetLimit Method |
Transform values to the index of input data ranges, with detection limit.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void CategorizeByValueDetLimit(
CVV vv_r,
CVV vv_i,
double det_limit,
CVV vv_o
)
public static void CategorizeByValueDetLimit(
CVV vv_r,
CVV vv_i,
double det_limit,
CVV vv_o
)
Public Shared Sub CategorizeByValueDetLimit (
vv_r As CVV,
vv_i As CVV,
det_limit As Double,
vv_o As CVV
)
Public Shared Sub CategorizeByValueDetLimit (
vv_r As CVV,
vv_i As CVV,
det_limit As Double,
vv_o As CVV
)
public:
static void CategorizeByValueDetLimit(
CVV^ vv_r,
CVV^ vv_i,
double det_limit,
CVV^ vv_o
)
public:
static void CategorizeByValueDetLimit(
CVV^ vv_r,
CVV^ vv_i,
double det_limit,
CVV^ vv_o
)
static member CategorizeByValueDetLimit :
vv_r : CVV *
vv_i : CVV *
det_limit : float *
vv_o : CVV -> unit
static member CategorizeByValueDetLimit :
vv_r : CVV *
vv_i : CVV *
det_limit : float *
vv_o : CVV -> unit
Parameters
- vv_r
- Type: GeoEngine.Core.GXNetCVV
Input range minima - vv_i
- Type: GeoEngine.Core.GXNetCVV
Input data VV. (REAL) - det_limit
- Type: SystemDouble
Detection limit (can be <define>rDUMMY</define>) - vv_o
- Type: GeoEngine.Core.GXNetCVV
Output (altered) VV.(REAL)
Remarks
Same as CategorizeByValue_CHIMERA, but if the
input value is less than the detection limit,
the output value is set to zero.
See Also