Class IntegerExpression
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()
Namespace: OfficeOpenXml.FormulaParsing.ExpressionGraph
Assembly: EPPlus.dll
Syntax
public class IntegerExpression : AtomicExpression
Constructors
IntegerExpression(Double)
Declaration
public IntegerExpression(double val)
Parameters
Type | Name | Description |
---|---|---|
System.Double | val |
IntegerExpression(String)
Declaration
public IntegerExpression(string expression)
Parameters
Type | Name | Description |
---|---|---|
System.String | expression |
IntegerExpression(String, Boolean)
Declaration
public IntegerExpression(string expression, bool negate)
Parameters
Type | Name | Description |
---|---|---|
System.String | expression | |
System.Boolean | negate |
Methods
Compile()
Declaration
public override CompileResult Compile()
Returns
Type | Description |
---|---|
CompileResult |