 | CLSTrGetReal Method |
Get a real item.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic double rGetReal(
int type,
int item
)
public double rGetReal(
int type,
int item
)
Public Function rGetReal (
type As Integer,
item As Integer
) As Double
Public Function rGetReal (
type As Integer,
item As Integer
) As Double
public:
double rGetReal(
int type,
int item
)
public:
double rGetReal(
int type,
int item
)
member rGetReal :
type : int *
item : int -> float
member rGetReal :
type : int *
item : int -> float
Parameters
- type
- Type: SystemInt32
<define>LST_ITEM</define> data to retrieve - item
- Type: SystemInt32
Item Number to Get
Return Value
Type:
DoubleReal, <define>rDUMMY</define> if conversion fails or string is empty.
See Also