Special.KelvinBei Method

DefinitionPermalink

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0

Overload ListPermalink

KelvinBei(Double) Evaluates the imaginary part of the Kelvin function of the first kind of order zero.
KelvinBei(Double, Double) Evaluates the imaginary part of the Kelvin function of the first kind.

KelvinBei(Double)Permalink

Evaluates the imaginary part of the Kelvin function of the first kind of order zero.
C#
public static double KelvinBei(
	double x
)

Parameters

x  Double
The value at which to evaluate the function.

Return Value

Double
The value of the Kelvin function of the first kind of order 0 at x.

KelvinBei(Double, Double)Permalink

Evaluates the imaginary part of the Kelvin function of the first kind.
C#
public static double KelvinBei(
	double nu,
	double x
)

Parameters

nu  Double
A real number that specifies the order of the Kelvin function.
x  Double
The value at which to evaluate the function.

Return Value

Double
The value of the Kelvin function of the first kind of order nu at x.

See AlsoPermalink