AdvancedIntegerMathStirlingNumbers1 Method |
Computes a row of Sterling numbers of the first kind.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double[] StirlingNumbers1(
int n
)
Public Shared Function StirlingNumbers1 (
n As Integer
) As Double()
public:
static array<double>^ StirlingNumbers1(
int n
)
static member StirlingNumbers1 :
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
unsigned Sterling number of the first kind with upper argument n and lower argument k.
Exceptions See Also