EsbDecimals - a Free Subset of ESBPCS for .NET

CompareOps.LesserValue Method

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.

Overload List

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

See Also

CompareOps Class | Esb.Math Namespace