Special.BesselY(Int32) Method

Returns the Bessel function of the second kind of the specified integer order.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Func<double, double> BesselY(
	int n
)

Parameters

n  Int32
 

Return Value

Func<Double, Double>

See Also