Class Erf
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Functions.Engineering
- Assembly
- EPPlus.dll
Returns error function
[FunctionMetadata(Category = ExcelFunctionCategory.Engineering, EPPlusVersion = "5.2", Description = "Returns the error function integrated between two supplied limits")]
public class Erf : ExcelFunction
- Inheritance
-
Erf
- Inherited Members
Constructors
Erf()
public Erf()
Properties
ArgumentMinLength
Min arguments
public override int ArgumentMinLength { get; }
Property Value
Methods
Execute(IList<FunctionArgument>, ParsingContext)
Execute Erf
public override CompileResult Execute(IList<FunctionArgument> arguments, ParsingContext context)
Parameters
arguments
IList<FunctionArgument>context
ParsingContext