Table of Contents

Namespace Albatross.Expression.Unary

Classes

Negative

Represents the unary negation operator that converts positive numbers to negative and vice versa.

Positive

Represents the unary plus operator that explicitly indicates a positive number.

UnaryExpression

Base implementation for unary operation expressions that operate on a single operand.