 | 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
Syntaxpublic 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
)
Public Shared Sub CorrelationMatrix2 (
gxNetShared As CGXNETCore,
pg_u As CPG,
corr As Integer,
pg_o As CPG
)
Public Shared Sub CorrelationMatrix2 (
gxNetShared As CGXNETCore,
pg_u As CPG,
corr As Integer,
pg_o As CPG
)
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
)
static member CorrelationMatrix2 :
gxNetShared : CGXNETCore *
pg_u : CPG *
corr : int *
pg_o : CPG -> unit
static member CorrelationMatrix2 :
gxNetShared : CGXNETCore *
pg_u : CPG *
corr : int *
pg_o : CPG -> unit
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