Click or drag to resize
CMATHrHypot Method
sqrt(X*X + Y*Y)

Available since Oasis montaj version: 6.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If either X or Y is a dummy, the returned value is dummy
Syntax
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
See Also