Muistiinpano
Tälle sivulle pääsy edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoja.
Tälle sivulle pääsy edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoja.
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 generates an error value.
If n < 0, BesselJ generates an error value.
The n-th order Bessel function of the variable x is
where
is the Gamma function.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.