AdvancedIntegerMathBellNumber Method
Computes the given Bell number.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static double BellNumber(
int n
)
Public Shared Function BellNumber (
n As Integer
) As Double
public:
static double BellNumber(
int n
)
static member BellNumber :
n : int -> float
- n Int32
- The index of the Bell number to compute, which must be non-negative.
DoubleThe Bell number B
n.