 | CVVrGetReal Method |
Get a real element from a VV.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic double rGetReal(
int element
)
public double rGetReal(
int element
)
Public Function rGetReal (
element As Integer
) As Double
Public Function rGetReal (
element As Integer
) As Double
public:
double rGetReal(
int element
)
public:
double rGetReal(
int element
)
member rGetReal :
element : int -> float
member rGetReal :
element : int -> float
Parameters
- element
- Type: SystemInt32
Element wanted
Return Value
Type:
Double
Element wanted, or <define>rDUMMY</define>
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