Class Not
- Namespace
- Albatross.Expression.Prefix
- Assembly
- Albatross.Expression.dll
Represents the logical NOT function that inverts a boolean value.
public class Not : PrefixExpression, IPrefixExpression, IExpression, IToken
- Inheritance
-
Not
- Implements
- Inherited Members
- Extension Methods
Constructors
Not()
Initializes a new instance of the Not class.
public Not()
Methods
Run(List<object>)
Executes the prefix function with the evaluated operand values. Derived classes should override this method to implement specific function logic.
protected override object Run(List<object> operands)
Parameters
Returns
- object
The result of the function.