Click or drag to resize

CTBrGetReal Method

Gets an real value from a table element.

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

public double rGetReal(
	int row,
	int col
)

Parameters

row
Type: SystemInt32
Row of element to Get
col
Type: SystemInt32
Column of element to Get

Return Value

Type: Double
Value
See Also