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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CPG oPG1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	int i5
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
matrix to transform
oVV2
Type: GeoEngine.Core.GXNetCVV
detection limits for the columns
oVV3
Type: GeoEngine.Core.GXNetCVV
maximum values for the columns
oVV4
Type: GeoEngine.Core.GXNetCVV
See PGU_TRANSConstant
i5
Type: SystemInt32
See PGU_DIRECTIONConstant
See Also