Click or drag to resize

PrecisionIsLarger Method

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