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