function Difference(const X: TVec): Vector;
Returns the difference of consecutive elements of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Remarks:
Internally calls Matrix.Difference
Returns the difference of consecutive elements of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Internally calls Matrix.Difference