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