Matrix op_UnaryNegation(Matrix AValue)
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