 | CPGrGet Method |
Read a single value from a 2D PG
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic double rGet(
int col,
int row
)
public double rGet(
int col,
int row
)
Public Function rGet (
col As Integer,
row As Integer
) As Double
Public Function rGet (
col As Integer,
row As Integer
) As Double
public:
double rGet(
int col,
int row
)
public:
double rGet(
int col,
int row
)
member rGet :
col : int *
row : int -> float
member rGet :
col : int *
row : int -> float
Parameters
- col
- Type: SystemInt32
iBx - element # in x (column #) - row
- Type: SystemInt32
iBy - element # in y (row #)
Return Value
Type:
Double
RemarksThis is a low-performance method.
See Also