UnaryOperator
Overview
The UnaryValue takes an UnaryOperator value to define what kind of unary operation should be ran on the value.
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus.Values
| Value | Description |
|---|---|
| AddressOf | |
| Cast | Cast operator: Type(x) |
| Decrement | - operator; Not used by Oxygene |
| Dereference | |
| FieldAddressOf | |
| ImpCast | As cast operator: x as Type |
| Increment | ++ operator; Not used by Oxygene |
| LogNot | |
| Neg | Negative operator: - |
| Not | NOT operator |
| Plus | + value unary operator |
| Ref |