MatrixInt op_UnaryNegation(MatrixInt AValue)
Negates all values inside AValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | MatrixInt |
Result: stored in self (calling object), returns self for chaining
Negates all values inside AValue.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AValue | MatrixInt |
Result: stored in self (calling object), returns self for chaining