Special.Binomial Coefficients Method
Enumerates over the binomial coefficients of a specified
degree.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static IEnumerable<double> BinomialCoefficients(
int degree
)
Parameters
- degree Int32
- The degree of the binomial coefficients.