Click or drag to resize
SfunSign Method
Returns the value of x with the sign of y.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double Sign(
	double x,
	double y
)

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