Special.Kelvin Kei Prime Method
            
            Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Overload List
| Kelvin | Evaluates the imaginary part of the derivative of the Kelvin function of the second kind of order 0. | 
| Kelvin | Evaluates the imaginary part of the derivative of the Kelvin function of the second kind. | 
KelvinKeiPrime(Double)
            Evaluates the imaginary part of the derivative of the Kelvin function of the second kind of order 0.
            
public static double KelvinKeiPrime(
	double x
)Parameters
- x Double
 - The value at which to evaluate the function.
 
Return Value
DoubleThe value of the derivative of the Kelvin function of the second kind of order 0 at x.
KelvinKeiPrime(Double, Double)
            Evaluates the imaginary part of the derivative of the Kelvin function of the second kind.
            
public static double KelvinKeiPrime(
	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
DoubleThe value of the derivative of the Kelvin function of the second kind of order nu at x.