Click or drag to resize

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
Syntax
public static double rScanR(
	CGXNETCore gxNetShared,
	string str_val
)

public static double rScanR(
	CGXNETCore gxNetShared,
	string str_val
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
str_val
Type: SystemString
String to convert to a real

Return Value

Type: Double
Resulting Real, <define>rDUMMY</define> if bad string.
See Also