Click or drag to resize

CVA.SetReal Method

Set a real element in a VA.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetReal(
	int row,
	int col,
	double value
)

public void SetReal(
	int row,
	int col,
	double value
)

Parameters

row
Type: System.Int32
Row
col
Type: System.Int32
Column
value
Type: System.Double
Value to set
Remarks
Element being set cannot be < 0. If the element is > current VA length, the VA length is increased.
See Also