Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function MulI(const X: TMtx): Matrix; | Multiply the source with 1i complex number. |
| 2 | function MulI(const X: TVec): Vector; | Multiply the source with 1i complex number. |
Overload 1: function MulI(const X: TMtx): Matrix;
Multiply the source with 1i complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.MulI
Overload 2: function MulI(const X: TVec): Vector;
Multiply the source with 1i complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Remarks:
Internally calls Vector.MulI