Click or drag to resize

PrecisionAlmostEqualNorm Method

Overload List
 NameDescription
Public Extension MethodAlmostEqualNorm(Double, Double, Double, Double) Compares two doubles and determines if they are equal within the specified maximum absolute error.
Public Extension MethodAlmostEqualNorm(Double, Double, Double, Int32) Compares two doubles and determines if they are equal to within the specified number of decimal places or not, using the number of decimal places as an absolute measure.
Public Extension MethodAlmostEqualNormT(T, T, Double) Compares two doubles and determines if they are equal within the specified maximum absolute error.
Public Extension MethodAlmostEqualNormT(T, T, Int32) Compares two doubles and determines if they are equal to within the specified number of decimal places or not, using the number of decimal places as an absolute measure.
Top
See Also