UnaryValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] UnaryValue = public class(Value)
UnaryValue is used for unary operations, like Plus, Minus, Not or casts.
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor(aValue: Value; anOperator: UnaryOperator) | Create a new instance of this class |
| constructor(aValue: Value; anOperator: UnaryOperator; aType: IType) | Create a new instance of this class |
| constructor | Create a new instance of this class |
Properties
| | |
|---|---|
| Operator: UnaryOperator | Operator for this unary value |
| SubValue: Value | The subvalue to do the operation on |
| Type: IType | Gets or sets the result type |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Value Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To