 | CVALookupIndex Method |
Lookup a VA from another VA using an index VV.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.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.GXNetXCVV
Index VV of REAL - var
- Type: GeoEngine.Core.GXNetXCVA
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