AdvancedMath.BesselY Method (Int32, Double) |
Computes the irregular Bessel function for integer orders.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntaxpublic static double BesselY(
int n,
double x
)
Public Shared Function BesselY (
n As Integer,
x As Double
) As Double
public:
static double BesselY(
int n,
double x
)
static member BesselY :
n : int *
x : float -> float
Parameters
- n
- Type: System.Int32
The order parameter. - x
- Type: System.Double
The argument.
Return Value
Type:
DoubleThe value of Y
n(x).
Remarks
See Also