Returns true if Values are not within a "small" value of each other, and the First Value is lesser.
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 lesser. DecimalPrecisionDef defines the precision.
public static bool LesserValue(decimal,decimal);
Returns true if Values are not within a "small" value of each other, and the First Value is lesser.
public static bool LesserValue(decimal,decimal,decimal);
Returns true if Values are not within a "small" value of each other, and the First Value is lesser. DoublePrecisionDef defines the precision.
public static bool LesserValue(double,double);
Returns true if Values are not within a "small" value of each other, and the First Value is lesser.
public static bool LesserValue(double,double,double);
Returns true if Values are not within a "small" value of each other, and the First Value is lesser. FloatPrecisionDef defines the precision.
public static bool LesserValue(float,float);
Returns true if Values are not within a "small" value of each other, and the First Value is lesser.
public static bool LesserValue(float,float,float);
CompareOps Class | Esb.Math Namespace