 | CTBrGetReal Method |
Gets an real value from a table element.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic double rGetReal(
int row,
int col
)
public double rGetReal(
int row,
int col
)
Public Function rGetReal (
row As Integer,
col As Integer
) As Double
Public Function rGetReal (
row As Integer,
col As Integer
) As Double
public:
double rGetReal(
int row,
int col
)
public:
double rGetReal(
int row,
int col
)
member rGetReal :
row : int *
col : int -> float
member rGetReal :
row : int *
col : int -> float
Parameters
- row
- Type: SystemInt32
Row of element to Get - col
- Type: SystemInt32
Column of element to Get
Return Value
Type:
DoubleValue
See Also