Special.Kelvin
            
            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 real part of the derivative of the Kelvin function of the first kind. | 
| Kelvin | Evaluates the real part of the derivative of the Kelvin function of the first kind. | 
KelvinBerPrime(Double)
            Evaluates the real part of the derivative of the Kelvin function of the first kind.
            
public static double KelvinBerPrime(
	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 first kind of order 0 at x.
KelvinBerPrime(Double, Double)
            Evaluates the real part of the derivative of the Kelvin function of the first kind.
            
public static double KelvinBerPrime(
	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 first kind of order nu at x.