Click or drag to resize
CMATHrExp Method
Calculate e raised to the power of X

Available since Oasis montaj version: 6.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Dummy values return dummy
Syntax
public static double rExp(
	CGXNETCore gxNetShared,
	double val
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
val
Type: SystemDouble
X

Return Value

Type: Double
Real
See Also