UnaryOperator Enum

From The Oxygene Language Wiki

Jump to:navigation, search

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

Value
Description
CastCast operator: Type(x)
Decrement-- operator; Not used by Prism
ImpCastAs cast operator: x as Type
Increment++ operator; Not used by Prism
NegNegative operator: -
NotNOT operator
Plus+ value unary operator


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox