Click or drag to resize

CNASVDGetMaximumElementCount Method

Get the maximum number of elements that can be processed by NASVD

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.2.0.42
Syntax
public static void GetMaximumElementCount(
	ref int maximum
)

public static void GetMaximumElementCount(
	ref int maximum
)

Parameters

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