Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Imag(const X: TMtx): Matrix; | Returns the imaginary part of the source. |
| 2 | function Imag(const X: TVec): Vector; | Returns the imaginary part of the source. |
Overload 1: function Imag(const X: TMtx): Matrix;
Returns the imaginary part of the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.ImagPart
Overload 2: function Imag(const X: TVec): Vector;
Returns the imaginary part of the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Remarks:
Internally calls Vector.ImagPart