Table of Contents

Class Positive

Namespace
Albatross.Expression.Unary
Assembly
Albatross.Expression.dll

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

public class Positive : UnaryExpression, IUnaryExpression, IExpression, IToken, IHasPrecedence
Inheritance
Positive
Implements
Inherited Members
Extension Methods

Constructors

Positive()

Initializes a new instance of the Positive class.

public Positive()

Methods

Run(object)

protected override object Run(object operand)

Parameters

operand object

Returns

object