UnaryOperator Enum
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
The UnaryValue Class takes an UnaryOperator value to define what kind of unary operation should be ran on the value.
Namespace: Cirrus Values
Enum Values
| | |
|---|---|
| Cast | Cast operator: Type(x) |
| Decrement | -- operator; Not used by Prism |
| ImpCast | As cast operator: x as Type |
| Increment | ++ operator; Not used by Prism |
| Neg | Negative operator: - |
| Not | NOT operator |
| Plus | + value unary operator |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To