Returns true if Value is not within a "small" value of 0 and is Postive.
Methods for double, float and decimal included, as well as versions that allow you to specify the Precision.
Returns true if Value is not within a "small" value of 0 and is Negative. DoublePrecisionDef defines the precision.
public static bool ValueIsNegative(decimal);
Returns true if Value is not within a "small" value of 0 and is Negative.
public static bool ValueIsNegative(decimal,decimal);
Returns true if Value is not within a "small" value of 0 and is Negative. DoublePrecisionDef defines the precision.
public static bool ValueIsNegative(double);
Returns true if Value is not within a "small" value of 0 and is Negative.
public static bool ValueIsNegative(double,double);
Returns true if Value is not within a "small" value of 0 and is Negative. DoublePrecisionDef defines the precision.
public static bool ValueIsNegative(float);
Returns true if Value is not within a "small" value of 0 and is Negative.
public static bool ValueIsNegative(float,float);
CompareOps Class | Esb.Math Namespace