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