Click or drag to resize

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
Syntax
public void LookupIndex(
	CVV vvi,
	CVA var
)

public void LookupIndex(
	CVV vvi,
	CVA var
)

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