Click or drag to resize
CTBrGetReal Method
Gets an real value from a table element.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public double rGetReal(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
Row of element to Get
i2
Type: SystemInt32
Column of element to Get

Return Value

Type: Double
Value
See Also