Click or drag to resize

CMATHrHypot Method

sqrt(X*X + Y*Y)

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static double rHypot(
	double x,
	double y
)

public static double rHypot(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
X
y
Type: SystemDouble
Y

Return Value

Type: Double
Real
Remarks
If either X or Y is a dummy, the returned value is dummy
See Also