Click or drag to resize

CVASetReal Method

Set a real element in a VA.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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: SystemInt32
Row
col
Type: SystemInt32
Column
value
Type: SystemDouble
Value to set
Remarks
Element being set cannot be < 0. If the element is > current VA length, the VA length is increased.
See Also