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