|
|
◆ Cneq()
| Function Cneq |
( |
A As |
Complex, |
|
|
B As |
Complex |
|
) |
| |
Negative comparison of complex numbers
- Purpose
- Compares complex numbers to see if they are not same.
- Returns
- Boolean
If a <> b, True is returned. Otherwise, False is returned.
- Parameters
-
| [in] | A | Complex number a. |
| [in] | B | Complex number b. |
|