Click or drag to resize

SpecialFunctionsBesselIv Method

Modified Bessel function of the first kind, non-integer order. Zero is returned if
C#
x < 0
and n is not an integer.

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

Parameters

n  Double
A possibly non-integer order.
x  Double
A real number.

Return Value

Double
The modified Bessel function of non-integer order.
See Also