 | CSTRrScanR Method |
Convert a string to a GX real.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static double rScanR(
CGXNETCore gxNetShared,
string str_val
)
public static double rScanR(
CGXNETCore gxNetShared,
string str_val
)
Public Shared Function rScanR (
gxNetShared As CGXNETCore,
str_val As String
) As Double
Public Shared Function rScanR (
gxNetShared As CGXNETCore,
str_val As String
) As Double
public:
static double rScanR(
CGXNETCore^ gxNetShared,
String^ str_val
)
public:
static double rScanR(
CGXNETCore^ gxNetShared,
String^ str_val
)
static member rScanR :
gxNetShared : CGXNETCore *
str_val : string -> float
static member rScanR :
gxNetShared : CGXNETCore *
str_val : string -> float
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - str_val
- Type: SystemString
String to convert to a real
Return Value
Type:
DoubleResulting Real, <define>rDUMMY</define> if bad string.
See Also