Special.Bessel YZero Method
Returns a zero of the Bessel function of the second kind.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The kth zero of the Bessel function Y(nu,x).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static double BesselYZero(
double nu,
int k
)
Parameters
- nu Double
- A real number that specifies the order of the Bessel function.
- k Int32
- The one-based index of the zero.
Return Value
DoubleThe kth zero of the Bessel function Y(nu,x).
Exceptions
Argument | nu is infinite or NaN. -or- k is less than zero. |