Click or drag to resize

CVVrGetReal Method

Get a real element from a VV.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public double rGetReal(
	int element
)

public double rGetReal(
	int element
)

Parameters

element
Type: SystemInt32
Element wanted

Return Value

Type: Double
Element wanted, or <define>rDUMMY</define> if the value is dummy or outside of the range of data.
Remarks
Type conversions are performed if necessary. Dummy values are converted to "*" string.
See Also