UnaryOperator

Overview

The UnaryValue takes an UnaryOperator value to define what kind of unary operation should be ran on the value.

Location

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