WorksheetFunction.Erf_Precise(Object) 方法

定义

返回误差函数在 0 和 lower_limit 之间的积分。

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

参数

Arg1
Object

Lower_limit - ERF 的积分下限。

返回

注解

如果 lower_limit 为非数值,Erf_Precise 将生成错误。 如果 lower_limit 为负,Erf_Precise 将生成错误。

图 1:用于计算Erf_Precise方法的公式

适用于