Table of Contents

Enum UnaryExpressionType

Namespace
NCalc.Domain
Assembly
NCalc.Core.dll
public enum UnaryExpressionType

Fields

BitwiseNot = 2
Negate = 1
Not = 0
Positive = 3