type TCplx = packed record;
Default complex number type used by Math387.
Default complex number type used by Math387.
Methods
| Name | Description |
|---|---|
| IsComplex | True if the imaginary part is non-zero. |
Operators
| Name | Description |
|---|---|
| Add (3) | Add operator for TCplx types. |
| Divide (3) | Divide operator for TCplx types. |
| Equal (3) | Equal operator for TCplx types. |
| Explicit (7) | Explicit conversion of TCplx to Double - imaginary part is ignored. |
| GreaterThan (3) | Greater than operator for TCplx types. |
| GreaterThanOrEqual (3) | Greater than or equal operator for TCplx types. |
| Implicit | Implicit conversion of a parsable string to a TCplx value. |
| LessThan (3) | Less than operator for TCplx types. |
| LessThanOrEqual (3) | Less than or equal operator for TCplx types. |
| Multiply (3) | Multiply operator for TCplx types. |
| Negative | Unary negate operator for TCplx types. |
| NotEqual (3) | Not equal operator for TCplx types. |
| Subtract (3) | Subtract operator for TCplx types. |