 | CMATHrSign Method |
Determine return value based on value of Z1
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static double rSign(
double z_sign,
double z_val
)
public static double rSign(
double z_sign,
double z_val
)
Public Shared Function rSign (
z_sign As Double,
z_val As Double
) As Double
Public Shared Function rSign (
z_sign As Double,
z_val As Double
) As Double
public:
static double rSign(
double z_sign,
double z_val
)
public:
static double rSign(
double z_sign,
double z_val
)
static member rSign :
z_sign : float *
z_val : float -> float
static member rSign :
z_sign : float *
z_val : float -> float
Parameters
- z_sign
- Type: SystemDouble
Z1 - z_val
- Type: SystemDouble
Z2
Return Value
Type:
Double|Z2| if Z1 > 0, -|Z2| if Z1 < 0, 0 if Z1 = 0, and Z2 if Z1 = Dummy
RemarksDummy values return dummy
See Also