type TSCplx = 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 TSCplx types. |
| Divide (3) | Divide operator for TSCplx types. |
| Equal (3) | Equal operator for TSCplx types. |
| Explicit (9) | Explicit conversion of TCplx (double) to TSCplx (single). |
| GreaterThan (3) | Greater than operator for TSCplx types. |
| GreaterThanOrEqual (3) | Greater than or equal operator for TSCplx types. |
| Implicit | Implicit conversion of a parsable string to a TSCplx value. |
| LessThan (3) | Less than operator for TSCplx types. |
| LessThanOrEqual (3) | Less than or equal operator for TSCplx types. |
| Multiply (3) | Multiply operator for TSCplx types. |
| Negative | Unary negate operator for TSCplx types. |
| NotEqual (3) | Not equal operator for TSCplx types. |
| Subtract (3) | Subtract operator for TSCplx types. |