Class DecimalExpression
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 DecimalExpression : AtomicExpressionConstructors
DecimalExpression(Double)
Declaration
public DecimalExpression(double compiledValue)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Double | compiledValue | 
DecimalExpression(String)
Declaration
public DecimalExpression(string expression)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | expression | 
DecimalExpression(String, Boolean)
Declaration
public DecimalExpression(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 |