Returns a zero of the Bessel function of the second kind.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double BesselYZero(
double nu,
int k
)
Public Shared Function BesselYZero (
nu As Double,
k As Integer
) As Double
public:
static double BesselYZero(
double nu,
int k
)
static member BesselYZero :
nu : float *
k : int -> float
Parameters
- nu
- Type: SystemDouble
A real number that specifies the order of the Bessel function. - k
- Type: SystemInt32
The one-based index of the zero.
Return Value
Type:
DoubleThe
kth zero of the Bessel function
Y(nu,x).
Reference