Click or drag to resize

PrecisionIsLargerRelative Method

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