Returns the FORTRAN type SIGN of the Values - basically it returns a value with the Magnitude of the First Value and the Sign of the Second Value.
Methods for decimal, double and int parameters included.
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.
public static decimal SignXY(decimal,decimal);
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.
public static decimal SignXY(double,double);
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.
public static decimal SignXY(int,int);
DecimalOps Class | Esb.Math Namespace