Returns the FORTRAN type SIGN of the Values - basically it returns a value with the Magnitude of First Value and the Sign of the Second Value.
magnitude of x with sign of y.
If y is negative then Returns -Abs(x) else Returns Abs(x)
DecimalOps Class | Esb.Math Namespace | DecimalOps.SignXY Overload List