Click or drag to resize

CPGUCorrelationMatrix2 Method

Same as CorrelationMatrix_PGU, but select correlation type.

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

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