Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix Real(TMtx X) | Returns the real part of the complex number. |
| 2 | Vector Real(TVec X) | Returns the real part of the complex number. |
Overload 1: Matrix Real(TMtx X)
Returns the real part of the complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.RealPart
Overload 2: Vector Real(TVec X)
Returns the real part of the complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.RealPart