AdvancedMathBesselY 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
Syntax public 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: SystemInt32
The order parameter. - x
- Type: SystemDouble
The argument.
Return Value
Type:
DoubleThe value of Y
n(x).
Remarks See Also