Click or drag to resize

CVMSetReal Method

Set a real element in a VM.

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

public void SetReal(
	int element,
	double value
)

Parameters

element
Type: SystemInt32
Element to set
value
Type: SystemDouble
Value to set
Remarks
Element being set cannot be < 0. If the element is > current VM length, the VM length is increased. Reallocating VM lengths can lead to fragmented memory and should be avoided if possible.
See Also