Click or drag to resize
CPGUCorrelationMatrix2 Method
Same as CorrelationMatrix_PGU, but select correlation type.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void CorrelationMatrix2(
	CGXNETCore gxNetShared,
	CPG pg_u,
	int corr,
	CPG pg_o
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg_u
Type: GeoEngine.Core.GXNetXCPG
Input matrix
corr
Type: SystemInt32
<define>PGU_CORR</define>
pg_o
Type: GeoEngine.Core.GXNetXCPG
Returned correlation matrix
See Also