Evaluates the modified Bessel function of the second kind
of integer order.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double BesselK(
int n,
double x
)
Public Shared Function BesselK (
n As Integer,
x As Double
) As Double
public:
static double BesselK(
int n,
double x
)
static member BesselK :
n : int *
x : float -> float
Parameters
- n
- Type: SystemInt32
The order. - x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe modified Bessel function of the second kind
of order
n.
Reference