다음을 통해 공유


WorksheetFunction.BesselY Method (Excel)

Returns the Bessel function, which is also called the Weber function or the Neumann function.

Syntax

.BesselY(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 function. If n is not an integer, it is truncated.

Return Value

Double

Remarks

  • If x is nonnumeric, BesselY generates an error value.

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

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

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

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members