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