WorksheetFunction.ErfC_Precise(Object) 方法

定义

返回在指定值和无穷大之间集成的互补误差函数。

public:
 double ErfC_Precise(System::Object ^ Arg1);
public double ErfC_Precise (object Arg1);
Public Function ErfC_Precise (Arg1 As Object) As Double

参数

Arg1
Object

要作为计算依据的值。

返回

注解

如果指定值为非数值,ErfC_Precise 将生成错误。

如果指定值为负,ErfC_Precise 将生成错误。

适用于