Click or drag to resize

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
)

Parameters

n
Type: SystemInt32
The order parameter.
x
Type: SystemDouble
The argument.

Return Value

Type: Double
The value of Yn(x).
Remarks

For information on the cylindrical Bessel functions, see Bessel(Double, Double).

See Also