 | CNASVDGetMaximumElementCount Method |
Get the maximum number of elements that can be processed by NASVD
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntaxpublic static void GetMaximumElementCount(
CGXNETCore gxNetShared,
ref int maximum
)
public static void GetMaximumElementCount(
CGXNETCore gxNetShared,
ref int maximum
)
Public Shared Sub GetMaximumElementCount (
gxNetShared As CGXNETCore,
ByRef maximum As Integer
)
Public Shared Sub GetMaximumElementCount (
gxNetShared As CGXNETCore,
ByRef maximum As Integer
)
public:
static void GetMaximumElementCount(
CGXNETCore^ gxNetShared,
int% maximum
)
public:
static void GetMaximumElementCount(
CGXNETCore^ gxNetShared,
int% maximum
)
static member GetMaximumElementCount :
gxNetShared : CGXNETCore *
maximum : int byref -> unit
static member GetMaximumElementCount :
gxNetShared : CGXNETCore *
maximum : int byref -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - maximum
- Type: SystemInt32
Maximum number of elements (rows * columns) that can be processed by NASVD
Remarks
Returns the maximum number of elements that can be processed
by the NASVD algorithm to avoid memory allocation failures. This
value is stored as an advanced setting in Oasis montaj.
See Also