class operator Negative(const AValue: Matrix): Matrix;
Negates AValue and returns result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | Matrix |
Result: stored in self (calling object), returns self for chaining
Negates AValue and returns result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | Matrix |
Result: stored in self (calling object), returns self for chaining