 | CVArGetReal Method |
Get a real element from a VA.
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 - 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.
Remarks
Type conversions are performed if necessary. Dummy values
are converted to "*" string.
See Also