Click or drag to resize

PrecisionAlmostEqual Method

Overload List
 NameDescription
Public Extension MethodAlmostEqual(Complex, Complex) Checks whether two Complex numbers are almost equal.
Public Extension MethodAlmostEqual(Complex32, Complex32) Checks whether two Complex numbers are almost equal.
Public Extension MethodAlmostEqual(Double, Double) Checks whether two real numbers are almost equal.
Public Extension MethodAlmostEqual(Single, Single) Checks whether two real numbers are almost equal.
Public Extension MethodAlmostEqual(Complex, Complex, Double) Compares two complex and determines if they are equal within the specified maximum error.
Public Extension MethodAlmostEqual(Complex, Complex, 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 MethodAlmostEqual(Complex32, Complex32, Double) Compares two complex and determines if they are equal within the specified maximum error.
Public Extension MethodAlmostEqual(Complex32, Complex32, 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 MethodAlmostEqual(Double, Double, Double) Compares two doubles and determines if they are equal within the specified maximum error.
Public Extension MethodAlmostEqual(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 MethodAlmostEqual(Single, Single, Double) Compares two complex and determines if they are equal within the specified maximum error.
Public Extension MethodAlmostEqual(Single, Single, 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 MethodAlmostEqualT(MatrixT, MatrixT, Double) Compares two matrices and determines if they are equal within the specified maximum error.
Public Extension MethodAlmostEqualT(MatrixT, MatrixT, Int32) Compares two matrices 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 MethodAlmostEqualT(VectorT, VectorT, Double) Compares two vectors and determines if they are equal within the specified maximum error.
Public Extension MethodAlmostEqualT(VectorT, VectorT, Int32) Compares two vectors 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