WorksheetFunction.BesselI method (Excel)
Returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments.
expression.BesselI (Arg1, Arg2)
expression A variable that represents a WorksheetFunction object.
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. |
Double
If x is nonnumeric, BesselI returns the #VALUE! error value.
If n is nonnumeric, BesselI generates an error value.
If n < 0, BesselI generates an error value.
The n-th order modified Bessel function of the variable x is
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.