Table of Contents

Class Erf

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

int

Methods

Execute(IList<FunctionArgument>, ParsingContext)

Execute Erf

public override CompileResult Execute(IList<FunctionArgument> arguments, ParsingContext context)

Parameters

arguments IList<FunctionArgument>
context ParsingContext

Returns

CompileResult