 | DU_LOOKUPConstantNEARESTCLOSE Field |
Same as _NEAREST mode except that the target
value must be within the CLOSE distance to a
table value.
a) the primary index channel for single index
lookups;
b) the secondary index channel for
double index lookups.
Values not in data spacing are dummy.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic const int NEARESTCLOSE = 3
public const int NEARESTCLOSE = 3
Public Const NEARESTCLOSE As Integer = 3
Public Const NEARESTCLOSE As Integer = 3
public:
literal int NEARESTCLOSE = 3
public:
literal int NEARESTCLOSE = 3
static val mutable NEARESTCLOSE: int
static val mutable NEARESTCLOSE: int
Field Value
Type:
Int32
See Also