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.
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);
CompareOps Class | Esb.Math Namespace