Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix ImagPart(TMtx X) | Returns the imaginary part of the source. |
| 2 | Vector ImagPart(TVec X) | Returns the imaginary part of the source. |
Overload 1: Matrix ImagPart(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 ImagPart(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