Table of Contents

Enum UnaryExpressionType

Namespace
NCalc
Assembly
NCalc.Domain.dll
public enum UnaryExpressionType

Fields

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