Click or drag to resize

AdvancedMathBesselY Method (Double, Double)

Computes the irregual Bessel function for real orders.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double BesselY(
	double nu,
	double x
)

Parameters

nu
Type: SystemDouble
The order parameter.
x
Type: SystemDouble
The argument, which must be non-negative.

Return Value

Type: Double
The value of Yν(x).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionx is negative.
Remarks

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

See Also