Class Operator
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Operators
- Assembly
- Magicodes.EPPlus.dll
public class Operator : IOperator
- Inheritance
-
Operator
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
public static IOperator Concat { get; }
Property Value
- IOperator
public static IOperator Divide { get; }
Property Value
- IOperator
public static IOperator Eq { get; }
Property Value
- IOperator
public static IOperator Exp { get; }
Property Value
- IOperator
public static IOperator GreaterThan { get; }
Property Value
- IOperator
public static IOperator GreaterThanOrEqual { get; }
Property Value
- IOperator
public static IOperator LessThan { get; }
Property Value
- IOperator
public static IOperator LessThanOrEqual { get; }
Property Value
- IOperator
public static IOperator Minus { get; }
Property Value
- IOperator
public static IOperator Multiply { get; }
Property Value
- IOperator
public static IOperator NotEqualsTo { get; }
Property Value
- IOperator
public static IOperator Percent { get; }
Property Value
- IOperator
public static IOperator Plus { get; }
Property Value
- IOperator
Methods
public CompileResult Apply(CompileResult left, CompileResult right)
Parameters
left
CompileResult
right
CompileResult
Returns
- CompileResult
public override string ToString()
Returns
- string