Click or drag to resize

AdvancedMathBesselJ Method (Int32, Double)

Computes the regular Bessel function for integer orders.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double BesselJ(
	int n,
	double x
)

Parameters

n
Type: SystemInt32
The order parameter.
x
Type: SystemDouble
The argument.

Return Value

Type: Double
The value of Jn(x).
Remarks

For information on the cylindrical Bessel functions, see Bessel(Double, Double).

See Also