 | CVALookupIndex Method |
Lookup a VA from another VA using an index VV.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void LookupIndex(
CVV vvi,
CVA var
)
public void LookupIndex(
CVV vvi,
CVA var
)
Public Sub LookupIndex (
vvi As CVV,
var As CVA
)
Public Sub LookupIndex (
vvi As CVV,
var As CVA
)
public:
void LookupIndex(
CVV^ vvi,
CVA^ var
)
public:
void LookupIndex(
CVV^ vvi,
CVA^ var
)
member LookupIndex :
vvi : CVV *
var : CVA -> unit
member LookupIndex :
vvi : CVV *
var : CVA -> unit
Parameters
- vvi
- Type: GeoEngine.Core.GXNetCVV
Index VV of REAL - var
- Type: GeoEngine.Core.GXNetCVA
VA to output results (same type as Data VA)
Remarks
Fractional values in the VV will interpolate between the value
at the whole integer value and the next whole integer, dummy
if outside the VA.
See Also