Goblin - A Platform for 3D AR and VR Applications

OverloadableOperator Enumeration

An enumeration of possible overloadable operators (operators that can be redefined).

public enum OverloadableOperator

Members

Member Name Description
Empty 
Implicit 
Explicit 
UnaryPlus 
UnaryNegation 
Not 
OnesComplement 
Increment 
Decrement 
True 
False 
Addition 
Subtraction 
Multiply 
Division 
Modulus 
BitwiseAnd 
BitwiseOr 
ExclusiveOr 
LeftShift 
RightShift 
Equality 
Inequality 
GreaterThan 
LessThan 
GreaterThanOrEqual 
LessThanOrEqual 

Requirements

Namespace: DDW.CSharp.Dom

Assembly: CSharp (in CSharp.dll)

See Also

DDW.CSharp.Dom Namespace