Click or drag to resize
CPGUPCTransform Method
Transform/De-transform data.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Works on columns of the PG. Forward direction: Applies the selected transform to the data. Backward direction: Applies the inverse transform to the data. The detection limits are input with a VV. In the forward transform, data values less than the detection limit are set to the limit. The factor limits are input with a VV. In the forward transform, data values greater than the maximum values are set to the maximum.
Syntax
public static void PCTransform(
	CGXNETCore gxNetShared,
	CPG pg,
	CVV vv_d,
	CVV vv_f,
	CVV vv_t,
	int dir
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
Matrix to transform
vv_d
Type: GeoEngine.Core.GXNetXCVV
Detection limits for the columns
vv_f
Type: GeoEngine.Core.GXNetXCVV
Maximum values for the columns
vv_t
Type: GeoEngine.Core.GXNetXCVV
<define>PGU_TRANS</define>
dir
Type: SystemInt32
<define>PGU_DIRECTION</define>
See Also