AdvancedIntegerMathBellNumber Method |
Computes the given Bell number.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
Parameters
- n
- Type: SystemInt32
The index of the Bell number to compute, which must be non-negative.
Return Value
Type:
DoubleThe Bell number B
n.
See Also