Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc
Precision Class
Precision Methods
AlmostEqual Method
AlmostEqual(Complex, Complex) Method
AlmostEqual(Complex32, Complex32) Method
AlmostEqual(Double, Double) Method
AlmostEqual(Single, Single) Method
AlmostEqual(Complex, Complex, Double) Method
AlmostEqual(Complex, Complex, Int32) Method
AlmostEqual(Complex32, Complex32, Double) Method
AlmostEqual(Complex32, Complex32, Int32) Method
AlmostEqual(Double, Double, Double) Method
AlmostEqual(Double, Double, Int32) Method
AlmostEqual<T>(Matrix<T>, Matrix<T>, Double) Method
AlmostEqual<T>(Matrix<T>, Matrix<T>, Int32) Method
AlmostEqual(Single, Single, Double) Method
AlmostEqual(Single, Single, Int32) Method
AlmostEqual<T>(Vector<T>, Vector<T>, Double) Method
AlmostEqual<T>(Vector<T>, Vector<T>, Int32) Method
Precision
Almost
Equal(Complex
32, Complex
32) Method
Checks whether two Complex numbers are almost equal.
Namespace:
Altaxo.Calc
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
static
bool
AlmostEqual
(
this
Complex32
a
,
Complex32
b
)
Parameters
a
Complex32
The first number
b
Complex32
The second number
Return Value
Boolean
true if the two values differ by no more than 10 * 2^(-52); false otherwise.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Complex32
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
Precision Class
AlmostEqual Overload
Altaxo.Calc Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net