Class Floor
- Namespace
- Albatross.Expression.Prefix
- Assembly
- Albatross.Expression.dll
Floor the current number and remove all decimals
public class Floor : PrefixExpression, IPrefixExpression, IExpression, IToken
- Inheritance
-
Floor
- Implements
- Inherited Members
- Extension Methods
Constructors
Floor()
public Floor()
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.