Click or drag to resize

CVVInitIndex Method

Initialize an index VV to values 0, 1, 2, etc...

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void InitIndex(
	int n
)

public void InitIndex(
	int n
)

Parameters

n
Type: SystemInt32
Final length of VV (-1 to use current length).
Remarks
Populates a VV with the values 0, 1, 2, 3, 4 etc., to be used for various indexing functions, such as IndexInsert_VV or IndexOrder_VV.
See Also