Class Operator
Inheritance
System.Object
Operator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: EPPlus.dll
public class Operator : IOperator
Properties
Declaration
public static IOperator Concat { get; }
Property Value
Declaration
public static IOperator Divide { get; }
Property Value
Declaration
public static IOperator Eq { get; }
Property Value
Declaration
public static IOperator Exp { get; }
Property Value
Declaration
public static IOperator GreaterThan { get; }
Property Value
Declaration
public static IOperator GreaterThanOrEqual { get; }
Property Value
Declaration
public static IOperator LessThan { get; }
Property Value
Declaration
public static IOperator LessThanOrEqual { get; }
Property Value
Declaration
public static IOperator Minus { get; }
Property Value
Declaration
public static IOperator Multiply { get; }
Property Value
Declaration
public static IOperator NotEqualsTo { get; }
Property Value
Declaration
public static IOperator Percent { get; }
Property Value
Declaration
public static IOperator Plus { get; }
Property Value
Methods
Declaration
public CompileResult Apply(CompileResult left, CompileResult right)
Parameters
Returns
Explicit Interface Implementations
Declaration
Operators IOperator.Operator { get; }
Returns
Declaration
int IOperator.Precedence { get; }
Returns
Type |
Description |
System.Int32 |
|
Implements