WorksheetFunction.BesselJ Method (Excel)

Returns the Bessel function.

Syntax

expression .BesselJ(Arg1, Arg2)

expression A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

Required

Variant

The value at which to evaluate the function.

Arg2

Required

Variant

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

Return Value

Double

Remarks

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

  • If n is nonnumeric, BesselJ returns the generates an error value.

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

  • The n-th order Bessel function of the variable x is: Ff836810.awfbslj1_ZA06051116(en-us,office.14).gifwhere: Ff836810.awfbslj2_ZA06051117(en-us,office.14).gifis the Gamma function.

See Also

Concepts

WorksheetFunction Object Members

WorksheetFunction Object