
|
If you were logged in you would be able to see more operations.
|
|
|
It would be nice to be able to map the unary negation operator to a method and be able to overload it via a Category, like can be done for the binary math operators (+, -, *, /, etc.).
|
|
Description
|
It would be nice to be able to map the unary negation operator to a method and be able to overload it via a Category, like can be done for the binary math operators (+, -, *, /, etc.). |
Show » |
Sort Order:
|
You can now override negative(), positive() and bitwiseNegate() corresponding to -x, +x, ~x.