
|
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:
made changes - 09/Oct/07 11:32 PM
| Field |
Original Value |
New Value |
|
Assignee
|
|
Paul King
[ paulk
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Fix Version/s
|
|
1.1-rc-1
[ 13165
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
made changes - 22/Nov/07 05:23 AM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|
You can now override negative(), positive() and bitwiseNegate() corresponding to -x, +x, ~x.