Special.Bessel J 1 Method
Evaluates the regular Bessel function of the first kind
of order 1.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The regular Bessel function of the first kind of order 1.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static double BesselJ1(
double x
)
Parameters
- x Double
- The value at which to evaluate the function.
Return Value
DoubleThe regular Bessel function of the first kind of order 1.