Click or drag to resize

AdvancedMathBesselJZero Method

Computes the requested zero of the regular Bessel function.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double BesselJZero(
	double nu,
	int k
)

Parameters

nu
Type: SystemDouble
The order, which must be non-negative.
k
Type: SystemInt32
The index of the zero, which must be positive.

Return Value

Type: Double
The kth value of x for which Jν(x) = 0.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionnu is negative or k is non-positive.
See Also