  | CMATHrPow Method  | 
 Calculate X raised to the power of Y
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static double rPow(
	CGXNETCore gxNetShared,
	double x,
	double y
)
public static double rPow(
	CGXNETCore gxNetShared,
	double x,
	double y
)
Public Shared Function rPow ( 
	gxNetShared As CGXNETCore,
	x As Double,
	y As Double
) As Double
Public Shared Function rPow ( 
	gxNetShared As CGXNETCore,
	x As Double,
	y As Double
) As Double
public:
static double rPow(
	CGXNETCore^ gxNetShared, 
	double x, 
	double y
)
public:
static double rPow(
	CGXNETCore^ gxNetShared, 
	double x, 
	double y
)
static member rPow : 
        gxNetShared : CGXNETCore * 
        x : float * 
        y : float -> float 
static member rPow : 
        gxNetShared : CGXNETCore * 
        x : float * 
        y : float -> float 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - x
 - Type: SystemDouble
X - y
 - Type: SystemDouble
Y 
Return Value
Type: 
DoubleReal
RemarksIf either X or Y is a dummy, returns dummy
See Also