다음을 통해 공유


WorksheetFunction.BesselI Method (Excel)

Returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments.

Syntax

.BesselI(Arg1, Arg2)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Variant

The value at which to evaluate the function.

Arg2

필수

Variant

The order of the Bessel function. If n is not an integer, it is truncated.

Return Value

Double

Remarks

  • If x is nonnumeric, BesselI returns the #VALUE! error value.

  • If n is nonnumeric, BesselI generates an error value.

  • If n < 0, BesselI generates an error value.

  • The n-th order modified Bessel function of the variable x is: Ff193294.awfbesli_ZA06051111(ko-kr,office.14).gif

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members