  | CMATHrTan Method  | 
 Calculate the tangent
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static double rTan(
	CGXNETCore gxNetShared,
	double val
)
public static double rTan(
	CGXNETCore gxNetShared,
	double val
)
Public Shared Function rTan ( 
	gxNetShared As CGXNETCore,
	val As Double
) As Double
Public Shared Function rTan ( 
	gxNetShared As CGXNETCore,
	val As Double
) As Double
public:
static double rTan(
	CGXNETCore^ gxNetShared, 
	double val
)
public:
static double rTan(
	CGXNETCore^ gxNetShared, 
	double val
)
static member rTan : 
        gxNetShared : CGXNETCore * 
        val : float -> float 
static member rTan : 
        gxNetShared : CGXNETCore * 
        val : float -> float 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - val
 - Type: SystemDouble
Angle in radians 
Return Value
Type: 
DoubleReal
RemarksDummy values return dummy
See Also