Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.27 KB

Excel.WorksheetFunction.BesselJ.md

File metadata and controls

51 lines (29 loc) · 1.27 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
WorksheetFunction.BesselJ method (Excel)
vbaxl10.chm137302
vbaxl10.chm137302
Excel.WorksheetFunction.BesselJ
9d6d4059-4c84-a79a-2143-eef4953cbf19
05/22/2019
medium

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 generates an error value.

If n < 0, BesselJ generates an error value.

The n-th order Bessel function of the variable x is Screenshot of the Bessel function. where Screenshot of the Gamma function. is the Gamma function.

[!includeSupport and feedback]