Special.Bessel I 1 Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Bessel | Evaluates the modified Bessel function of the first kind of order 1 for complex argument. |
Bessel | Evaluates the modified Bessel function of the first kind of order 1. |
BesselI1(Complex<Double>)
Evaluates the modified Bessel function of the first kind
of order 1 for complex argument.
public static Complex<double> BesselI1(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The modified Bessel function of the first kind of order 1 at z.
BesselI1(Double)
Evaluates the modified Bessel function of the first kind
of order 1.
public static double BesselI1(
double x
)
Parameters
- x Double
- The value at which to evaluate the function.
Return Value
DoubleThe modified Bessel function of the first kind of order 1.