EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.SignXY Method

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.

Overload List

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);

See Also

DecimalOps Class | Esb.Math Namespace