Click or drag to resize

SpecialFunctionsBesselKn Method

Modified Bessel function of the second kind, arbitrary integer order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double BesselKn(
	int n,
	double x
)

Parameters

n  Int32
Non-negative integer order.
x  Double
A non-negative real number.

Return Value

Double
The modified Bessel function, Kn; If x = 0, Double.PositiveInfinity is returned.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionArguments x and n must both be non-negative.
See Also