Returns the Bessel function of the first kind of the specified real order.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Func<double, double> BesselJ(
double nu
)
Public Shared Function BesselJ (
nu As Double
) As Func(Of Double, Double)
public:
static Func<double, double>^ BesselJ(
double nu
)
static member BesselJ :
nu : float -> Func<float, float>
Parameters
- nu
- Type: SystemDouble
Return Value
Type:
FuncDouble,
Double
Reference