WorksheetFunction.BesselY (Excel)

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

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

BesselY (Arg1, Arg2)


Dim dblBesselY As Double
dblBesselY = WorksheetFunction.BesselY(Arg1:=, Arg2:=)

Arguments

Arg1, Arg2

Arg1 - The value at which to evaluate the function

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