WorksheetFunction.BesselY(Object, Object) Method

Definition

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

public:
 double BesselY(System::Object ^ Arg1, System::Object ^ Arg2);
public double BesselY (object Arg1, object Arg2);
Public Function BesselY (Arg1 As Object, Arg2 As Object) As Double

Parameters

Arg1
Object

The value at which to evaluate the function.

Arg2
Object

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

Returns

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:

Figure 1: Bessel function of the variable x

Applies to