Complex.isEqual()
Complex.isEqual()
Type: INSTANCE FUNCTION
Purpose: Compares the values of two complex numbers to see if they are equal to each other.
The parameter is a second complex number.
Usage: Result = Complex1.isEqual(Complex2)
Complex1 | COMPLEX | First of the two complex numbers to compare. |
|
Complex2 | COMPLEX | Second of the two complex numbers to compare. |
|
Result | BOOL |
TRUE = The complex numbers are equal. FALSE = The complex numbers are not equal. |
Comments are closed.