Special.KelvinKerPrime Method

Definition

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

Overload List

KelvinKerPrime(Double) Evaluates the real part of the derivative of the Kelvin function of the second kind of order 0.
KelvinKerPrime(Double, Double) Evaluates the real part of the derivative of the Kelvin function of the second kind.

KelvinKerPrime(Double)

Evaluates the real part of the derivative of the Kelvin function of the second kind of order 0.
C#
public static double KelvinKerPrime(
	double x
)

Parameters

x  Double
The value at which to evaluate the function.

Return Value

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

KelvinKerPrime(Double, Double)

Evaluates the real part of the derivative of the Kelvin function of the second kind.
C#
public static double KelvinKerPrime(
	double nu,
	double x
)

Parameters

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

Return Value

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

See Also