Click or drag to resize
CPGUPCStandardize Method
Remove/Replace mean and standard deviation

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.
Syntax
public static void PCStandardize(
	CPG oPG1,
	CVV oVV2,
	CVV oVV3,
	int i4
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
matrix to standardize
oVV2
Type: GeoEngine.Core.GXNetCVV
means
oVV3
Type: GeoEngine.Core.GXNetCVV
standard deviations
i4
Type: SystemInt32
See PGU_DIRECTIONConstant
See Also