Click or drag to resize
CVArGetReal Method
Get a real element from a VA.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Type conversions are performed if necessary. Dummy values are converted to "*" string.
Syntax
public double rGetReal(
	int row,
	int col
)

Parameters

row
Type: SystemInt32
Row
col
Type: SystemInt32
Column

Return Value

Type: Double
Element wanted, <define>rDUMMY</define>, <define>iDUMMY</define> or blank string if the value is dummy or outside of the range of data.
See Also