EsbDecimals - a Free Subset of ESBPCS for .NET

CompareOps.GreaterValue Method

Returns true if Values are not within a "small" value of each other, and the First Value is greater.

Methods for double, float and decimal included, as well as versions that allow you to specify the Precision.

Overload List

Returns true if Values are not within a "small" value of each other, and the First Value is greater. DecimalPrecisionDef defines the precision.

public static bool GreaterValue(decimal,decimal);

Returns true if Values are not within a "small" value of each other, and the First Value is greater.

public static bool GreaterValue(decimal,decimal,decimal);

Returns true if Values are not within a "small" value of each other, and the First Value is greater. DoublePrecisionDef defines the precision.

public static bool GreaterValue(double,double);

Returns true if Values are not within a "small" value of each other, and the First Value is greater.

public static bool GreaterValue(double,double,double);

Returns true if Values are not within a "small" value of each other, and the First Value is greater. FloatPrecisionDef defines the precision.

public static bool GreaterValue(float,float);

Returns true if Values are not within a "small" value of each other, and the First Value is greater.

public static bool GreaterValue(float,float,float);

See Also

CompareOps Class | Esb.Math Namespace