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
)
Public Shared Function BesselJZero (
nu As Double,
k As Integer
) As Double
public:
static double BesselJZero(
double nu,
int k
)
static member BesselJZero :
nu : float *
k : int -> float
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:
DoubleThe
kth value of x for which J
ν(x) = 0.
Exceptions See Also