Click or drag to resize

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
Syntax
public static double rHypot(
	CGXNETCore gxNetShared,
	double x,
	double y
)

public static double rHypot(
	CGXNETCore gxNetShared,
	double x,
	double y
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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