AdvancedIntegerMathStirlingNumbers2 Method |
Computes a row of Stirling numbers of the second kind.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double[] StirlingNumbers2(
int n
)
Public Shared Function StirlingNumbers2 (
n As Integer
) As Double()
public:
static array<double>^ StirlingNumbers2(
int n
)
static member StirlingNumbers2 :
n : int -> float[]
Parameters
- n
- Type: SystemInt32
The upper argument, which must be non-negative.
Return Value
Type:
DoubleAn array with n+1 elements. The element with (zero-based) index k contains the
Stirling number of the second kind with upper argument n and lower argument k.
Exceptions See Also