  | SpecialFunctionsBesselYv Method | 
            Bessel function of the second kind, non-integer order..
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double BesselYv(
	double v,
	double x
)
Public Shared Function BesselYv ( 
	v As Double,
	x As Double
) As Double
public:
static double BesselYv(
	double v, 
	double x
)
static member BesselYv : 
        v : float * 
        x : float -> float Parameters
- v  Double
 - A possibly non-integer order.
 - x  Double
 - A non-negative real number.
 
Return Value
DoubleThe Bessel function of the second kind.  For x = 0, Double.NegativeInfinity is returned.
Exceptions
See Also