Click or drag to resize
CMATHrSign Method
Determine return value based on value of Z1

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Dummy values return dummy
Syntax
public static double rSign(
	double d1,
	double d2
)

Parameters

d1
Type: SystemDouble
Z1
d2
Type: SystemDouble
Z2

Return Value

Type: Double
|Z2| if Z1>0, -|Z2| if Z1<0, 0 if Z1 = 0, and Z2 if Z1 = Dummy
See Also