다음을 통해 공유


WorksheetFunction.Erf_Precise Method (Excel)

Returns the error function integrated between zero and lower_limit.

Version Information

추가된 버전: Excel 2010

Syntax

.Erf_Precise(Arg1)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Variant

Lower_limit - the lower bound for integrating ERF.

Return Value

Double

Remarks

  • If lower_limit is nonnumeric, Erf_Precise generates an error.

  • If lower_limit is negative, Erf_Precise generates an error.Ff194598.awferf1_ZA06051136(ko-kr,office.14).gif

참고

If you previously used the Erf method, which provides an optional upper_limit parameter, using the Erf_Precise method is equivalent to calling Erf(lower_limit) or Erf(0, upper_limit)

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members