WorksheetFunction.ErfC_Precise Method

Returns the complementary error function integrated between the specified value and infinity.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function ErfC_Precise ( _
    Arg1 As Object _
) As Double
'Usage
Dim instance As WorksheetFunction
Dim Arg1 As Object
Dim returnValue As Double

returnValue = instance.ErfC_Precise(Arg1)
double ErfC_Precise(
    Object Arg1
)

Parameters

Return Value

Type: System.Double

Remarks

If the specified value is nonnumeric, ErfC_Precise generates an error.

If the specified value is negative, ErfC_Precise generates an error.

See Also

Reference

WorksheetFunction Interface

WorksheetFunction Members

Microsoft.Office.Interop.Excel Namespace