WorksheetFunction.Erf_Precise Method
Returns the error function integrated between zero and lower_limit.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Erf_Precise ( _
Arg1 As Object _
) As Double
'Usage
Dim instance As WorksheetFunction
Dim Arg1 As Object
Dim returnValue As Double
returnValue = instance.Erf_Precise(Arg1)
double Erf_Precise(
Object Arg1
)
Parameters
Arg1
Type: System.ObjectLower_limit - the lower bound for integrating ERF.
Return Value
Type: System.Double
Remarks
If lower_limit is nonnumeric, Erf_Precise generates an error. If lower_limit is negative, Erf_Precise generates an error.
Figure 1: Equation for calculating Erf_Precise method