Click or drag to resize

CPGU.CorrelationMatrix2 Method

Same as CorrelationMatrix_PGU, but select correlation type.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void CorrelationMatrix2(
	CPG pg_u,
	int corr,
	CPG pg_o
)

public static void CorrelationMatrix2(
	CPG pg_u,
	int corr,
	CPG pg_o
)

Parameters

pg_u
Type: GeoEngine.Core.GXNet.CPG
Input matrix
corr
Type: System.Int32
<define>PGU_CORR</define>
pg_o
Type: GeoEngine.Core.GXNet.CPG
Returned correlation matrix
See Also