Returns the value of x with the sign of y.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double Sign(
double x,
double y
)
Public Shared Function Sign (
x As Double,
y As Double
) As Double
public:
static double Sign(
double x,
double y
)
static member Sign :
x : float *
y : float -> float
Parameters
- x
- Type: SystemDouble
A double value.
- y
- Type: SystemDouble
A double value.
Return Value
Type:
Double
A
double value specifying the absolute value of x and the sign
of y.
See Also