 | CMATHrHypot Method |
sqrt(X*X + Y*Y)
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static double rHypot(
CGXNETCore gxNetShared,
double x,
double y
)
public static double rHypot(
CGXNETCore gxNetShared,
double x,
double y
)
Public Shared Function rHypot (
gxNetShared As CGXNETCore,
x As Double,
y As Double
) As Double
Public Shared Function rHypot (
gxNetShared As CGXNETCore,
x As Double,
y As Double
) As Double
public:
static double rHypot(
CGXNETCore^ gxNetShared,
double x,
double y
)
public:
static double rHypot(
CGXNETCore^ gxNetShared,
double x,
double y
)
static member rHypot :
gxNetShared : CGXNETCore *
x : float *
y : float -> float
static member rHypot :
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, the returned value is dummy
See Also