AdvancedMathScaledModifiedBesselI Method |
Computes the exponentially re-scaled regular modified cylindrical Bessel function.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double ScaledModifiedBesselI(
double nu,
double x
)
Public Shared Function ScaledModifiedBesselI (
nu As Double,
x As Double
) As Double
public:
static double ScaledModifiedBesselI(
double nu,
double x
)
static member ScaledModifiedBesselI :
nu : float *
x : float -> float
Parameters
- nu
- Type: SystemDouble
The order parameter. - x
- Type: SystemDouble
The argument, which must be non-negative.
Return Value
Type:
DoubleThe value of e
-x I
ν(x).
See Also