Click or drag to resize

PrecisionIsSmallerRelative Method

Overload List
 NameDescription
Public Extension MethodIsSmallerRelative(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 MethodIsSmallerRelative(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 MethodIsSmallerRelative(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 MethodIsSmallerRelative(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