Click or drag to resize

PrecisionIsSmaller Method

Overload List
 NameDescription
Public Extension MethodIsSmaller(Double, Double, Double) Compares two doubles and determines if the first value is smaller than the second value to within the specified number of decimal places or not.
Public Extension MethodIsSmaller(Double, Double, Int32) Compares two doubles and determines if the first value is smaller than the second value to within the specified number of decimal places or not.
Public Extension MethodIsSmaller(Single, Single, Double) Compares two doubles and determines if the first value is smaller than the second value to within the specified number of decimal places or not.
Public Extension MethodIsSmaller(Single, Single, Int32) Compares two doubles and determines if the first value is smaller than the second value to within the specified number of decimal places or not.
Top
See Also